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