cards, buttons

This commit is contained in:
codecalm
2020-02-13 23:07:17 +01:00
parent 56432a51aa
commit 0cd61a8c7a
5 changed files with 72 additions and 35 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ icon: fe fe-plus-square
description: Use Bootstraps custom button styles for actions in forms, dialogs, and more. Includes support for a handful of contextual variations, sizes, states, and more.
bootstrap-link: components/buttons/
done: true
toc: true
---
### Button tag
@@ -263,7 +264,7 @@ You can now create a list of buttons with the `.btn-list` container.
<a href="#" class="btn btn-danger">Cancel</a>
</div>
{% endcapture %}
{% include example.html code=code centered=true %}
{% include example.html code=code %}
If the list is very long, it will automatically wrap on multiple lines, while keeping all buttons evenly spaced.