mizu
.js
Playground is still being developed.
Code editor
<time muted" *refresh="1000" *text="new Date()">...</time> <form *set="{ food: '🍱🍜🍚🍣🍥🍡🍵🍙🥟', selected: '' }"> <label> What's your favorite food? 😋 <small *if="selected">So you like <i *text="selected"></i>?</small> <small *else>I want to know!</small> <select ::="selected" required> <option value="" disabled>Select a food</option> <option *for="[...food]" *id="$i" :value="$value" *text="$value" *once></option> </select> </label> </form>
Render