docs: replace lucide-react with lucide-vue-next

This commit is contained in:
Vladimir Ivakhno 2024-09-18 09:01:21 +05:00
parent 7c9aac46a1
commit 1f49271c2d
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ watch([style, codeConfig], async () => {
</p>
<p>
The <span class="font-medium">Default</span> style has
larger inputs, uses lucide-react for icons and
larger inputs, uses lucide-vue-next for icons and
tailwindcss-animate for animations.
</p>
<p>

View File

@ -58,7 +58,7 @@ Use a custom component as `slot` for `<BreadcrumbSeparator />` to create a custo
```vue showLineNumbers {2,20-22}
<script setup lang="ts">
import { Slash } from 'lucide-react'
import { Slash } from 'lucide-vue-next'
import {
Breadcrumb,
BreadcrumbItem,