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