mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-02 05:08:03 +01:00
docs(breadcrumb): update
This commit is contained in:
@@ -35,18 +35,18 @@ You can customize this icon globally in your `app.config.ts` under `ui.icons.che
|
|||||||
|
|
||||||
## Examples
|
## 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
|
### With separator slot
|
||||||
|
|
||||||
Use the `#separator` slot to customize the separator between each item.
|
Use the `#separator` slot to customize the separator between each item.
|
||||||
|
|
||||||
:component-example{name="breadcrumb-separator-slot-example"}
|
: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
|
## API
|
||||||
|
|
||||||
### Props
|
### Props
|
||||||
|
|||||||
Reference in New Issue
Block a user