SidebarLayout ​
You incorporate a sidebar in the slider and CRM entity tab embedding. Overall, it's stylish, trendy, and youthful
We are still updating this page
Some data may be missing here — we will complete it shortly.
Usage ​
vue
<template>
@todo
</template>
1
2
3
2
3
API ​
Props ​
Prop | Default | Type |
---|---|---|
as | "div" | any The element or component this component should render as. |
useLightContent | true | boolean |
b24ui | { root?: ClassNameValue; sidebar?: ClassNameValue; sidebarSlideoverContainer?: ClassNameValue; sidebarSlideover?: ClassNameValue; ... 7 more ...; containerWrapperInner?: ClassNameValue; } |
Slots ​
Slot | Type |
---|---|
sidebar | { handleClick: () => void; } Menu for all screen sizes. |
navbar | {} Menu for mobile screen sizes. |
default | {} The page content. |
Emits ​
Event | Type |
---|