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