fix(core): update
This commit is contained in:
@ -4,6 +4,8 @@ import * as domtools from '@designestate/dees-domtools';
|
||||
|
||||
@customElement('dees-input-dropdown')
|
||||
export class DeesInputDropdown extends LitElement {
|
||||
public static demo = () => html`<dees-input-dropdown></dees-input-dropdown>`
|
||||
|
||||
@property()
|
||||
public label: string = 'Label';
|
||||
|
||||
|
Reference in New Issue
Block a user