Hover card
Preview content on hover (Angular CDK).
hover me
User card
Instant
hover me (no delay)
API reference
Inputs
| Prop | Type | Default | Description |
|---|---|---|---|
buiHoverCard* | TemplateRef<unknown> | — | Template rendered inside the card; bound via the `buiHoverCard` attribute. |
openDelay | number | 400 | Delay in milliseconds before the card opens on hover/focus. |
closeDelay | number | 100 | Delay in milliseconds before the card closes after the pointer leaves. |
Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.