docs(command-palette): update

This commit is contained in:
Benjamin Canac
2024-09-18 17:32:01 +02:00
parent a70ba04fc3
commit f45b39937b
17 changed files with 235 additions and 35 deletions

View File

@@ -279,7 +279,7 @@ props:
The `highlight` prop changes the `pill` variant active item style. Try it out to see the difference.
::
### Icon
### Trailing Icon
Use the `trailing-icon` prop to customize the trailing [Icon](/components/icon) of each item. Defaults to `i-heroicons-chevron-down-20-solid`. This icon is only displayed when an item has children.
@@ -370,7 +370,7 @@ props:
---
::
::tip
::tip{to="/getting-started/icons#theme"}
You can customize this icon globally in your `app.config.ts` under `ui.icons.chevronDown` key.
::