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

@@ -133,7 +133,7 @@ slots:
:placeholder{class="h-48"}
::
::tip
::tip{to="/getting-started/icons#theme"}
You can customize this icon globally in your `app.config.ts` under `ui.icons.close` key.
::
@@ -330,7 +330,7 @@ class: 'justify-center'
### With command palette
You can use the [CommandPalette](/components/command-palette) component inside the Modal's content.
You can use a [CommandPalette](/components/command-palette) component inside the Modal's content.
::component-example
---