File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/unfold/templates/unfold/components Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -73,4 +73,5 @@ Let's explore a more sophisticated example that demonstrates how multiple compon
7373| unfold/components/table.html | Table | table, card_included, striped |
7474| unfold/components/text.html | Paragraph of text | class |
7575| unfold/components/title.html | Basic heading element | class |
76- | unfold/components/tracker.html | Tracker component | data |
76+ | unfold/components/tracker.html | Tracker component | class, data |
77+ | unfold/components/layer.html | Abstract components wrapper | |
Original file line number Diff line number Diff line change 1- < ul class ="flex flex-row gap-0.5 overflow-hidden rounded-default ">
1+ < ul class ="flex flex-row gap-0.5 overflow-hidden rounded-default {% if class %}{{ class }}{% endif %} ">
22 {% for item in data %}
33 < li class ="h-8 px-px size-full {% if item.color %}{{ item.color }}{% else %}bg-base-300 dark:bg-base-400{% endif %} hover:opacity-50 " title ="{{ item.tooltip }} "> </ li >
44 {% endfor %}
You can’t perform that action at this time.
0 commit comments