Signature
Animated SVG signature for portfolios and author credits with smooth Framer Motion drawing effects.
Installation
Usage
import { SignatureDisplay } from "@/components/ui/signature-display"
<SignatureDisplay name="Ada Lovelace" color="#111111" glyphHeight="var(--signature-lg)" />
Props
PropTypeToggle
Notes
- Supports letters
A-z , a-zand spaces only. - Input is sanitized to
two wordsand a maximum of25 characters. - Respects
prefers-reduced-motionskips the draw animation when set.