Spelte

Open Github

Perspective Book

A 3D book component with hover animation and customizable appearance.

Your complete platform for the Design.

Installation

pnpm dlx shadcn-svelte@latest add https://spelte.dev/r/perspective-book.json

Usage

<script>
	import PerspectiveBook from '$registry/spelte/perspective-book.svelte';
</script>
 
<PerspectiveBook class="bg-blue-500">
	<span class="text-white">Guide</span>
</PerspectiveBook>

Props

PropTypeDefaultDescription
childrenSnippetThe content to display inside the book
size"sm" | "default" | "lg""default"Size of the book
texturedbooleanfalseAdds a realistic texture overlay
classstringCSS classes for styling the cover (use bg-* for color)