Skip to content

Commit

Permalink
docs(navigation-menu): remove useless classes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Sep 12, 2024
1 parent d0ac6f9 commit d9b14bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.components/navigation-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ props:
You can pass an array of arrays to the `items` prop to display groups of items.
::

::tip{class="[&_ul]:my-0 [&_ul]:marker:text-green-500/50 dark:[&_ul]:marker:text-green-400/50"}
::tip
Each item can take a `children` array of objects with the following properties to create submenus:

- `label: string`
Expand Down

0 comments on commit d9b14bc

Please sign in to comment.