Skip to content

StackedLayout ​

Classic version of application construction. Top menu and sidebar.

We are still updating this page

Some data may be missing here — we will complete it shortly.

Usage ​

vue
<template>
  @todo
</template>

API ​

Props ​

Prop Default Type
as"div"any
The element or component this component should render as.
useLightContenttrueboolean
b24ui{ root?: ClassNameValue; sidebarSlideoverContainer?: ClassNameValue; sidebarSlideover?: ClassNameValue; sidebarSlideoverBtnClose?: ClassNameValue; ... 6 more ...; containerWrapperInner?: ClassNameValue; }

Slots ​

Slot Type
sidebar{ handleClick: () => void; }
Menu for mobile screen sizes.
navbar{}
Menu for desktop screen sizes.
default{}
The page content.

Emits ​

Event Type

Released under the MIT License.