Skip to content

Commit

Permalink
docs: fixed component library listing (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav authored Jul 21, 2024
1 parent 2a24b02 commit 39c8411
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,6 @@ Below you can find a more complex example which is using multiple components and
| unfold/components/container.html | Wrapper for settings max width | class |
| unfold/components/flex.html | Flex items | class, col |
| unfold/components/icon.html | Icon element | class |
| unfold/components/label.html | Label element | class |
| unfold/components/navigation.html | List of navigation links | class, items |
| unfold/components/progress.html | Percentual progress bar | class, value, title, description |
| unfold/components/separator.html | Separator, horizontal rule | class |
Expand Down
3 changes: 1 addition & 2 deletions src/unfold/templates/unfold/helpers/label.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
bg-primary-100 text-primary-500 dark:bg-primary-500/20
{% else %}
bg-gray-100 text-gray-500 dark:bg-gray-500/20 dark:text-gray-300
{% endif %}
{% if class %} {{ class }}{% endif %}">
{% endif %}">
{{ text }}
</span>

0 comments on commit 39c8411

Please sign in to comment.