mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
docs(breadcrumb): update examples
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user