Add an action-list
component
#3785
Labels
needs-exploration
Issue that needs design, research, POC, etc.
action-list
component
#3785
Create a "smart component" that uses the
<action-nav>
and<action-item>
components to create a more complex toolbar experience closer to what VS Code provides.Features:
items
{ icon: string; label: string; href?: string; modifiers: [{ key: 'ctrl' | 'alt'; icon: string; label: string; href?: string; }] }
limit
which then overflows remaining action-items into a...
menuExample markup:
The text was updated successfully, but these errors were encountered: