Hover to Lift
Hover Lift Card
CardsCard that lifts and shadows on hover
liftshadowhover
Installation
$
Usage
tsx
import { HoverLiftCard } from "@/components/nonaxial/hover-lift-card"
export default function Example() {
return (
<HoverLiftCard>{/* Your content here */}</HoverLiftCard>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |