Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
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: