UNPKG

@sertec/select

Version:
28 lines (19 loc) 588 B
# @sertec/select Select component for the Sfera design system. ## Installation ```bash npm install @sertec/select ``` ## Usage ```tsx import { Select } from '@sertec/select'; function MyComponent() { return <Select>Content here</Select>; } ``` ## Props | Prop | Type | Default | Description | | ----------- | ----------- | ------- | ---------------------- | | `children` | `ReactNode` | - | Content to display | | `className` | `string` | `''` | Additional CSS classes | | `disabled` | `boolean` | `false` | Disabled state |