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