docs(breadcrumb): update examples

This commit is contained in:
Benjamin Canac
2024-07-22 16:07:45 +02:00
parent f4db34bf1c
commit 640de11ec7
3 changed files with 3 additions and 3 deletions

View File

@@ -66,17 +66,17 @@ You can customize this icon globally in your `app.config.ts` under `ui.icons.che
## Examples
### With dropdown
### With custom slot
Use the `slot` property to customize a specific item with a dropdown menu for example.
:component-example{name="breadcrumb-dropdown-example"}
:component-example{name="breadcrumb-custom-slot-example"}
### With separator slot
Use the `#separator` slot to customize the separator between each item.
:component-example{name="breadcrumb-separator-example"}
:component-example{name="breadcrumb-separator-slot-example"}
## API