Book

Book

January 2025

A vercel inspired Book card component

Loading...

Installation

pnpm dlx shadcn@latest add @bucharitesh/book

Examples

Multiple Variants

Loading...

Props

PropTypeDescriptionDefault
classNamestringThe class name to be applied to the component
durationnumberDurations (seconds) for the animation1
wordstringThe word to be animated
variantobjectCustom animation variants for motion componenthidden: { filter: "blur(10px)", opacity: 0 }, visible: { filter: "blur(0px)", opacity: 1 }