Skip to content

Commit

Permalink
feat: add BookDemo component
Browse files Browse the repository at this point in the history
  • Loading branch information
kalix127 committed Jan 4, 2025
1 parent 42b73f1 commit d723231
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions components/content/inspira/examples/BookDemo.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<template>
<div class="grid place-content-center p-10">
<Book>
<BookHeader>
<Icon
name="heroicons:book-open-solid"
size="24"
/>
</BookHeader>
<BookTitle>
<h1>The Book</h1>
</BookTitle>
<BookDescription>
<p>Hover me to animate!</p>
</BookDescription>
</Book>
</div>
</template>

0 comments on commit d723231

Please sign in to comment.