Installation
pnpm dlx shadcn@latest add @spell/signaturePlace the LastoriaBoldRegular.otf font file inside your
publicdirectory 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
| Prop | Type | Default |
|---|---|---|
text | string | "Signature" |
color | string | "#000" |
fontSize | number | 14 |
duration | number | 1.5 |
delay | number | 0 |
className | string | - |
inView | boolean | false |