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