Usage
The DashboardGroup component is the main layout that wraps the DashboardSidebar and DashboardPanel components to create a responsive dashboard interface.
Use it in a layout or in your app.vue:
layouts/dashboard.vue
<template>
<B24DashboardGroup>
<B24DashboardSidebar />
<slot />
</B24DashboardGroup>
</template>
API
Props
Slots
Theme
https://github.com/bitrix24/b24ui/tree/main/src/theme/dashboard-group.ts
export default {
base: 'fixed inset-0 flex overflow-hidden'
}