Scroll Area
Package: @tesserix/web
Import
import { ScrollArea, ScrollBar } from '@tesserix/web'Source
- Component:
packages/web/src/components/scroll-area/scroll-area.tsx - Story:
packages/web/src/components/scroll-area/scroll-area.stories.tsx - Test:
packages/web/src/components/scroll-area/scroll-area.test.tsx
Status
- Component implementation file: Present
- Story file: Present
- Test file: Present
Example
import { ScrollArea } from '@tesserix/web'
export function DemoScrollArea() {
return <ScrollArea />
}