You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: