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