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