Collapse
Toggle the visibility of content across your project with a few classes and our JavaScript plugins.
Last updated
{%
embed 'radix:collapse' with {
title: 'Show the card!',
button_html_tag: 'button',
id: 'collapse-card',
}
%}
{% block collapse_content %}
{%
include 'radix:card' with {
card_title_tag: 'h4',
card_title: 'The title',
card_header: 'CARD HEADER',
card_footer: 'The card footer',
card_body_tag: 'div',
card_body: 'This is the card body',
card_text_tag: 'p',
card_link_text: 'Read more...',
card_border: false,
card_utility_classes: ['col-4'],
card_image_cap: 'bottom',
}
%}
{% endblock %}
{% endembed %}