scrimba
Learn Imba
Loops Inside Tags
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Loops Inside Tags
AboutCommentsNotes
Loops Inside Tags
Expand for more info
index.imba
run
preview
console
tag habit-item

prop name = "Untitled"

<self>
<label>
<input type="checkbox">
<div> name


tag habit-group
<self>
<habit-item name="Clean Up">
<habit-item name="Exercise">
<habit-item name="Learn Imba">

imba.mount <habit-group>
Console
/index.html
-2:48