flux:navlist.group icon #1153
Unanswered
Websetdk1
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
would be really cool to be able to replace the default arrow icon for expandable flux:navlist.group, by adding the icon attribute,
just like on the flux:navlist.item
<flux:navlist.item icon="chart-pie" href="/dashboard">
Dashboard
</flux:navlist.item>
something like:
<flux:navlist.group expandable icon="shopping-cart" class="hidden lg:grid">
<flux:navlist.item href="/orders">
Orders
</flux:navlist.item>
</flux:navlist.group>
Beta Was this translation helpful? Give feedback.
All reactions