feat(demo): add demoGroup metadata to components and update related dependencies
This commit is contained in:
@@ -29,6 +29,7 @@ export interface ILogEntry {
|
||||
@customElement('dees-chart-log')
|
||||
export class DeesChartLog extends DeesElement {
|
||||
public static demo = demoFunc;
|
||||
public static demoGroup = 'Chart';
|
||||
|
||||
@property()
|
||||
accessor label: string = 'Server Logs';
|
||||
|
||||
Reference in New Issue
Block a user