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