Interactive Book
Media & Content
A 3D page-flip book component with AnimatePresence transitions, directional flip variants, spine accent, page indicator, dot navigation, and prev/next buttons.
Loading preview...
Customize
Width (px)320
Height (px)420
Props
| Prop | Type | Default | Description |
|---|---|---|---|
pages | BookPage[] | — | Array of page objects, each with a title (string) and content (ReactNode). |
className | string | '' | Additional CSS classes for the outer wrapper. |
width | number | 320 | Width of the book in pixels. |
height | number | 420 | Height of the book in pixels. |