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