Drawer
Package: @tesserix/web
Import
import { Drawer } from '@tesserix/web'Source
- Component:
packages/web/src/components/drawer/drawer.tsx - Story:
packages/web/src/components/drawer/drawer.stories.tsx - Test:
packages/web/src/components/drawer/drawer.test.tsx
Status
- Component implementation file: Present
- Story file: Present
- Test file: Present
Example
import { Drawer } from '@tesserix/web'
export function DemoDrawer() {
return <Drawer />
}