import type { Meta, StoryObj } from '@storybook/react'; import { Sidebar } from './Sidebar'; import { Filter, User } from 'lucide-react'; const meta = { title: 'UI/Sidebar', component: Sidebar, tags: ['autodocs'], argTypes: { position: { control: 'radio', options: ['left', 'right'], }, width: { control: 'text' }, collapsible: { control: 'boolean' }, }, parameters: { layout: 'fullscreen', }, decorators: [ (Story) => (
The sidebar sits alongside this content.