Layout api

Overview
API
Theme
Examples

NbLayoutComponent

Inputs

NameTypeDescription
centerboolean

Defines whether the layout columns will be centered after some width

restoreScrollTopboolean

Restores scroll to the top of the page after navigation

windowModeboolean

Defines whether the layout enters a 'window' mode, when the layout content (including sidebars and fixed header) becomes centered by width with a margin from the top of the screen, like a floating window. Automatically enables withScroll mode, as in the window mode scroll must be inside the layout and cannot be on window. (TODO: check this)

withScrollboolean

Defines whether to move the scrollbars to layout or leave it at the body level. Automatically set to true when windowMode is enabled.

Methods

NameDescription
getDimensions()
returns:NbLayoutDimensions

Returns scroll and client height/width
Depending on the current scroll mode (withScroll=true) returns sizes from the body element or from the .scrollable-container

getScrollPosition()
returns:NbScrollPosition

Returns scroll position of current scroll container.
If withScroll = true, returns scroll position of the .scrollable-container element, otherwise - of the scrollable element of the window (which may be different depending of a browser)

NbLayoutHeaderComponent

Inputs

NameTypeDescription
fixedboolean

Makes the header sticky to the top of the nb-layout.

subheaderboolean

Places header on a side of the sidebar, and not above. Disables fixed mode for this header and remove a shadow from the sidebar.

NbLayoutColumnComponent

Inputs

NameTypeDescription
leftboolean

Move the column to the very left position in the layout.

startboolean

Make column first in the layout.

NbLayoutFooterComponent

Inputs

NameTypeDescription
fixedboolean

Makes the footer sticky to the bottom of the window.

Components Overview
Previous page
Card
Next page

Need some help or found an issue?

Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.