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