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

@@ -43,7 +43,7 @@ props:
A `span` is rendered instead of a link when the `to` property is not defined.
::
### Separator
### Separator Icon
Use the `separator-icon` prop to customize the [Icon](/components/icon) between each item. Defaults to `i-heroicons-chevron-right-20-solid`.
@@ -67,7 +67,7 @@ props:
---
::
::tip
::tip{to="/getting-started/icons#theme"}
You can customize this icon globally in your `app.config.ts` under `ui.icons.chevronRight` key.
::