AffixedSidebar
Extends:
src/common/Component.js~Component → AffixedSidebar
The AffixedSidebar
component uses Bootstrap's "affix" plugin to keep a
sidebar navigation at the top of the viewport when scrolling.
Children
The component must wrap an element that itself wraps an
- element, which
will be "affixed".
Member Summary
Public Members | ||
public |
|
Method Summary
Public Methods | ||
public |
oncreate(vnode: *) |
|
public |
onremove(vnode: *) |
|
public |
onresize() |
|
public |
view(vnode: *): * |