mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
4 lines
225 B
Plaintext
4 lines
225 B
Plaintext
<div w-bind>
|
|
<app-stateful-button size=data.buttonSize w-id="button1">${data.buttonLabel}</app-stateful-button>
|
|
<app-stateful-button size=data.buttonSize w-id="button2">${data.buttonLabel}</app-stateful-button>
|
|
</div> |