feat(sidebar): rename demoGroup to demoGroups, add multi-group support, search by group name, and context menu group navigation
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
@customElement('test-button-secondary')
|
||||
export class TestButtonSecondary extends DeesElement {
|
||||
// Same group as test-button-primary - they'll appear together
|
||||
public static demoGroup = 'Buttons';
|
||||
public static demoGroups = 'Buttons';
|
||||
|
||||
public static demo = () => html`
|
||||
<test-button-secondary>Secondary Action</test-button-secondary>
|
||||
|
||||
Reference in New Issue
Block a user