Collapse
Toggle the visibility of content across your project with a few classes and our JavaScript plugins.
Component Properties
Usage
{% include 'radix:collapse' with {
title: 'Read More About This Topic',
button_html_tag: 'button',
id: '123',
direction: 'vertical',
content: 'This is detailed content about the topic, which can be text, images, or other Drupal blocks.'
} %}Last updated