scrimba
Learn Imba
Conditionals 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

Conditionals inside Tags
AboutCommentsNotes
Conditionals 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
prop habits = []
<self>
for habit in habits
<habit-item name=habit>


imba.mount <habit-group habits=["Clean Up", "Exercise", "Study", "Learn Imba"]>
Console
/index.html
-3:37