---
title: Hover Card
description: For sighted users to preview content available behind a link.
author:
name: imskyleen
url: https://github.com/imskyleen
---
## Installation
## Usage
```tsx
Hover Card Trigger
Hover Card Content
```
## Props
### Animate UI props
#### HoverCardContent
## Credits
- We use [Radix UI](https://www.radix-ui.com/primitives/docs/components/hover-card) for the hover card component.
- We take our inspiration from [Shadcn UI](https://ui.shadcn.com/docs/components/hover-card) for the hover card style.