docs(breadcrumb): update

This commit is contained in:
Benjamin Canac
2024-07-18 11:25:00 +02:00
parent 0dfd8b3248
commit 0c4b79f92e
2 changed files with 6 additions and 6 deletions

View File

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