Dashboard Layout
Package: @tesserix/web
Import
import { DashboardLayout, DashboardLayoutHeader, DashboardLayoutBody, DashboardLayoutMain, DashboardLayoutRail } from '@tesserix/web'Source
- Component:
packages/web/src/components/dashboard-layout/dashboard-layout.tsx - Story:
packages/web/src/components/dashboard-layout/dashboard-layout.stories.tsx - Test: Not found
Status
- Component implementation file: Present
- Story file: Present
- Test file: Missing
Example
import { DashboardLayout } from '@tesserix/web'
export function DemoDashboardLayout() {
return <DashboardLayout />
}