UNPKG
@zeix/ui-element
Version:
latest (0.12.2)
0.12.2
0.12.1
0.12.0
0.11.0
0.10.1
0.10.0
0.9.4
UIElement - minimal reactive framework based on Web Components
@zeix/ui-element
/
docs-src
/
components
/
input-button
/
input-button.html
10 lines
(9 loc)
•
249 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
input-button
>
<
button
type
=
"button"
>
<
span
class
=
"label"
>
🛒 Shopping Cart
</
span
>
<
span
class
=
"badge"
>
5
</
span
>
</
button
>
</
input-button
>
<
input-button
disabled
>
<
button
type
=
"submit"
class
=
"primary"
disabled
>
Submit
</
button
>
</
input-button
>