Flip Card
CardsCard that flips to reveal back content
flip3dreveal
Installation
$
Usage
tsx
import { FlipCard } from "@/components/nonaxial/flip-card"
export default function Example() {
return (
<FlipCard>{/* Your content here */}</FlipCard>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |