Your ImageYour Image
  • About
  • Templates10
  • Blocks81New
  • Icons1635
  • Graphics4K
  • Components107New
  • About
  • Components
  • Pricing
  • Contact
Book an Intro call
Book an Intro call
  • About
  • Works
  • Pricing
  • Templates
  • Blocks
  • components
  • Graphic
  • Backgrounds
  • Designs
  • Icons
  • Logos
  • Flags
  • Privacy
  • Terms
  • Contact
© 2025Made with by Ali Imam

  • Award
  • Marquee
  • Book
  • Browser
  • Device
  • Gauge
  • Pixelated Grid

Book

PreviousNext

A 3D styled, interactive book component with multiple variants and props.

Installation

pnpm dlx shadcn@latest add https://aliimam.in/r/book.json

Usage

import { Book } from "@/components/ui/book"
 
<Book
  title="The Great Adventure"
  author="John Doe"
  spineText="Adventure"
  bookmark
  variant="hardcover"
  animation="hover"
>
  <p>This is some content inside the book.</p>
</Book>
MarqueeBrowser

On This Page

InstallationUsage