@sertec/input
v0.0.12
Published
Sfera Input Component
Maintainers
Readme
@sertec/input
Input component for the Sfera design system.
Installation
npm install @sertec/inputUsage
import { Input } from '@sertec/input';
function MyComponent() {
return <Input>Content here</Input>;
}Props
| Prop | Type | Default | Description |
| ----------- | ----------- | ------- | ---------------------- |
| children | ReactNode | - | Content to display |
| className | string | '' | Additional CSS classes |
| disabled | boolean | false | Disabled state |
