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-primary')
|
||||
export class TestButtonPrimary extends DeesElement {
|
||||
// This groups the element with other "Buttons" in the sidebar
|
||||
public static demoGroup = 'Buttons';
|
||||
public static demoGroups = 'Buttons';
|
||||
|
||||
public static demo = () => html`
|
||||
<test-button-primary>Click Me</test-button-primary>
|
||||
|
||||
Reference in New Issue
Block a user