mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
19 lines
408 B
Plaintext
19 lines
408 B
Plaintext
<var name="active" value="data.active"/>
|
|
|
|
<test-popover>
|
|
<attr name="title">Popover Title</attr>
|
|
<attr name="content">Popover Content</attr>
|
|
|
|
Link Text
|
|
</test-popover>
|
|
|
|
<div>
|
|
<attr name="class" value="{?active;tab-active}"/>
|
|
<attr name="align">center</attr>
|
|
</div>
|
|
|
|
<div>
|
|
<attr name="title">
|
|
<for each="color in ['red', 'green', 'blue']"> $color! </for>
|
|
</attr>
|
|
</div> |