A hand-drawn underline that sketches in on hover or keyboard focus and cycles through organic stroke shapes.
React.ReactNode
number
0.5
readonly string[]
6 included paths
string
"currentColor"
10
Click on the icon in the top right of the example preview to view the source code for specific variants.
This component is inspired by various open-source projects and patterns. Please verify licenses and implementation details before using in production.
import { UnderlineHover } from "@/components/ui/underline-hover"
export function Demo() { return ( <UnderlineHover href="/about" underlineColor="#ff4b2b" className="text-5xl" > Hover me </UnderlineHover> ) }