{% import 'components/panel.html' as panel %}
{% set description %} Use the button classes on an {{ "" | escape }}, {{ "
{% endcall %} {% set description -%} Use the .btn-outline-* classes to quickly create bordered buttons. {%- endset %} {% call panel.component(title='Outline', description=description) %}
{% endcall %} {% call panel.component(title='Rounded', description="Add .btn-rounded to buttons to get large rounded corners.") %}
{% endcall %} {% call panel.component(title='Rounded Outline', description="Use the .btn-outline-* and .btn-rounded classes together to quickly create bordered buttons with large rounded corners.") %}
{% endcall %} {% call panel.component(title='Icon', description="Add icons to any button or even use Icon-only buttons.") %}
{% endcall %} {% call panel.component(title='Size', description="Add .btn-lg or .btn-sm classes for additional button sizes.") %}
{% endcall %} {% call panel.component(title='Disabled', description="Add the disabled attribute to disable buttons.") %}
{% endcall %} {% call panel.component(title='Block', description="Create block level buttons, by adding add .btn-block.") %} {% endcall %} {% call panel.component(title='Dropdown') %}
{% endcall %} {% call panel.component(title='Group', description="Create a group of buttons by wrapping with .btn-group.") %}


{% endcall %}