Create an expandable details section using Designsystemet styles.
Examples
ds_details(
summary = "Click to expand",
ds_paragraph("Hidden content goes here.")
)
#> <details class="ds-details">
#> <summary>Click to expand</summary>
#> <p class="ds-paragraph">Hidden content goes here.</p>
#> </details>