docs(navigation-menu): update

This commit is contained in:
Benjamin Canac
2024-09-06 14:59:05 +02:00
parent a8b5bff8c6
commit 1716ba0f5e
5 changed files with 373 additions and 16 deletions

View File

@@ -139,7 +139,9 @@ props:
Use the `trailing-icon` prop to customize the trailing [Icon](/components/icon) of each item. Defaults to `i-heroicons-chevron-down-20-solid`.
::note
You can also set an icon for a specific item by using the `trailingIcon` property in the item object.
::
::component-code
---