Anime Card
A glassmorphism-styled media card perfect for hero sections or media showcases.
Preview
NEW
Demon Slayer
98% Match
Component not found in registry.
Usage
tsx
12 linesCopy
Props
| Prop | Type | Description |
|---|---|---|
image | string | URL of the background image (default: Unsplash Image). |
title | string | Title text displayed on the card (default: 'Person'). |
matchPercentage | number | Match percentage value (default: 95). |
progress | number | Progress bar percentage (0-100) (default: 75). |
badgeText | string | Text inside the top badge (default: 'AUTO'). |
badgeColor | string | Tailwind class for the badge/progress color (default: 'bg-green-500'). |
className | string | Additional CSS classes. |