Content
Styled container for hover card content with positioning and animations
| Prop | Type | Default |
|---|---|---|
| className# | stringCSS class names merged with default styled classes | — |
| align# | 'start' | 'center' | 'end'Vertical alignment of content relative to trigger | 'center' |
| side# | 'top' | 'right' | 'bottom' | 'left'Side of the trigger where content should appear | — |
| sideOffset# | numberDistance in pixels from the trigger element | 4 |
| alignOffset# | numberOffset in pixels for the alignment position | — |
| arrowPadding# | numberPadding between arrow and edge of content | — |
| avoidCollisions# | booleanIf true, adjusts position to avoid viewport collisions | — |
| collisionPadding# | numberPadding between content and viewport edges when avoiding collisions | — |
| asChild# | booleanIf true, merges props onto child element instead of rendering as div | — |
| forceMount# | booleanIf true, renders content regardless of open state | — |