Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 16, 2023
1 parent 257ac8a commit daef2e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/5.navigation/5.breadcrumb.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Breadcrumb
description: A Navigational that showing user's path in website's hierarchical structure.
description: A list of links that indicate the current page's location within a navigational hierarchy.
navigation:
badge: New
---
Expand All @@ -19,9 +19,9 @@ You can also pass any property from the [NuxtLink](https://nuxt.com/docs/api/com

## Divider

Use the `divider` prop to customize the divider between each link, it can be an icon or a string. You can change it globally in `ui.breadcrumb.default.divider`. Defaults to `i-heroicons-chevron-right-20-solid`.
Use the `divider` prop to customize the divider between each link, it can be **an icon or a string**. You can change it globally in `ui.breadcrumb.default.divider`. Defaults to `i-heroicons-chevron-right-20-solid`.

You can also set it to `null` to hide the divider. Additionally, you have the option to use the [`divider`](/navigation/breadcrumb#divider-1) slot to customize the divider of the Breadcrumb.
You can set the prop to `null` to hide the divider. Additionally, you can customize it using the [`divider`](#divider-1) slot.

::component-card
---
Expand Down

0 comments on commit daef2e1

Please sign in to comment.