Hover for underline
Underline Reveal
Text EffectsText with animated underline reveal
underlinerevealhover
Installation
$
Usage
tsx
import { UnderlineReveal } from "@/components/nonaxial/underline-reveal"
export default function Example() {
return (
<UnderlineReveal>{/* Your content here */}</UnderlineReveal>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |