mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 00:15:05 +01:00
docs(breadcrumb): update
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<script setup lang="ts">
|
||||
const items = [{
|
||||
label: 'Home',
|
||||
icon: 'i-heroicons-home'
|
||||
}, {
|
||||
icon: 'i-heroicons-cube-transparent',
|
||||
label: 'Components',
|
||||
to: '/components'
|
||||
}, {
|
||||
icon: 'i-heroicons-link',
|
||||
label: 'Breadcrumb',
|
||||
to: '/components/breadcrumb'
|
||||
}]
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UBreadcrumb :items="items" />
|
||||
</template>
|
||||
Reference in New Issue
Block a user