custom dropdown element

This commit is contained in:
Fran Jurmanović
2021-06-10 22:31:12 +02:00
parent 1cafcbedfa
commit f03d407590
11 changed files with 251 additions and 55 deletions

View File

@@ -53,7 +53,7 @@ class HomePageElement extends BasePageElement {
render = (): TemplateResult => {
return html`
<button data-action="click:home-page#openModal">New Wallet</button>
<button app-action="click:home-page#openModal">New Wallet</button>
<wallet-header
data-target="home-page.walletHeader"
data-current-balance="0"