fix(core): update
This commit is contained in:
@@ -19,7 +19,7 @@ declare global {
|
||||
|
||||
@customElement('dees-button')
|
||||
export class DeesButton extends DeesElement {
|
||||
public static demo = () => html`<dees-button></dees-button>`;
|
||||
public static demo = () => html`<dees-button>This is a slotted Text</dees-button>`;
|
||||
|
||||
@property()
|
||||
public text: string;
|
||||
|
Reference in New Issue
Block a user