# Tilt Card

> The TiltCard component is a stylish, interactive card that tilts and scales when hovered over, providing a dynamic visual effect. It's perfect for highlighting important information or adding a touch of interactivity to your UI.  Features - Interactive Hover Effect: Tilts and scales on hover for a dynamic look. - Customizable Hover Color: Easily change the hover background color using Tailwind CSS classes. - Theming Support: Integrated with shadcn theme for consistent styling. - Responsive Design: Adapts to different screen sizes and layouts.  Props - title: string - The text displayed on the card. - hoverColor: string - Tailwind CSS class for the hover background color (e.g., hover:bg-blue-500). - className: string - Additional classes for custom styling.

- Author: [Laxmi Lamichhane](https://21st.dev/@llaxmi)
- License: mit
- Tags: Card, Animation, Hover
- Live preview: https://21st.dev/@llaxmi/components/tilt-card

## Install

```bash
npx shadcn@latest add "https://21st.dev/r/llaxmi/tilt-card?api_key=$API_KEY_21ST"
```

Requires a 21st API key (generate one at https://21st.dev/mcp) passed as `API_KEY_21ST`. Free accounts get a limited number of installs per day; unlimited on a paid plan — see https://21st.dev/pricing.

Full component directory: https://21st.dev/llms.txt · More like this: https://21st.dev/community/components/s/card.md
