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