Details + Summary
Details & Summary Component
Click to expand details
This is the hidden content that appears when the summary is clicked.
You can add any elements here: text, links, or even nested components.
HTML
<details class="ss-c-details">
<summary class="ss-c-details__summary">Click to expand details</summary>
<div class="ss-c-details__content">
<p>
This is the hidden content that appears when the summary is
clicked.
</p>
<p>
You can add any elements here: text, links, or even nested
components.
</p>
</div>
</details>