Craft
Book

Book

A vercel inspired Book card component

Loading...

Installation

npx shadcn@latest add "https://bucharitesh.in/r/book"

More Designs

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 }