fix(core): update

This commit is contained in:
2020-12-09 23:05:13 +00:00
parent d369805ee8
commit 05a9042de8
8 changed files with 38 additions and 31 deletions

View File

@ -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';