Hover Card
The Dialog component is used to show Alert.
1. Import
KUMUI exports 3 HoverCard-related components:
import { HoverCard, HoverCardTrigger, HoverCardContent } from "@rohitgadekar/kimui";
2. Usage
3. API
3.1 HoverCard
| Attribute | Type | Description | Default |
|---|---|---|---|
| children | React.ReactNode | HoverCard components such as Trigger and Content | - |
3.2 HoverCardTrigger
| Attribute | Type | Description | Default |
|---|---|---|---|
| children | React.ReactNode | Element that triggers the HoverCard when hovered | - |
3.3 HoverCardContent
| Attribute | Type | Description | Default |
|---|---|---|---|
| children | React.ReactNode | The content displayed when the HoverCard is triggered | - |