mere
.
fyi
/
playground
Copy AI prompt
Download .mp.html ↓
workbook.mp.html
Mere markup
<workbook theme="classic-light"> <state> <value name="count" type="number" default="0"></value> </state> <actions> <action name="inc">increment count</action> <action name="dec">decrement count</action> <action name="reset">set count to "0"</action> </actions> <screen name="home"> <heading>Counter</heading> <paragraph>Value: @count</paragraph> <button !inc>+ Increment</button> <button !dec>− Decrement</button> <button !reset>Reset</button> </screen> </workbook>
Preview
live