✨
Content Revealed!
Hidden content is now visible
Hover to Reveal
Reveal Card
CardsCard with content reveal animation
revealcontentanimation
Installation
$
Usage
tsx
import { RevealCard } from "@/components/nonaxial/reveal-card"
export default function Example() {
return (
<RevealCard>{/* Your content here */}</RevealCard>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |