From daef2e17defed33ecb511cc9e656df2a0a548517 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 16 Nov 2023 16:01:58 +0100 Subject: [PATCH] up --- docs/content/5.navigation/5.breadcrumb.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/5.navigation/5.breadcrumb.md b/docs/content/5.navigation/5.breadcrumb.md index 1dd8fa60c9..9369a9c0b1 100644 --- a/docs/content/5.navigation/5.breadcrumb.md +++ b/docs/content/5.navigation/5.breadcrumb.md @@ -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 --- @@ -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 ---