mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
21 lines
487 B
XML
21 lines
487 B
XML
<c-template
|
|
params="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>
|
|
</c-template> |