GitHub
Open Github

Signature

Animated signature component with handwriting effect using custom fonts.

Installation

pnpm dlx shadcn@latest add @spell/signature

Place the LastoriaBoldRegular.otf font file inside your public directory or update the path in the component to load a different font.

Examples

Color

Usage

import { Signature } from "@/components/signature";
<Signature text="Spell Studio" fontSize={16} color="#000" />

Props

PropTypeDefault
text
string
"Signature"
color
string
"#000"
fontSize
number
14
duration
number
1.5
delay
number
0
className
string
-
inView
boolean
false