| ds_details | R Documentation |
Create an expandable details section using Designsystemet styles.
ds_details(summary, ..., open = FALSE, class = NULL)
summary |
The summary/title text shown when collapsed |
... |
Content shown when expanded |
open |
If TRUE, the details are initially open |
class |
Additional CSS classes |
A Shiny tag object
ds_details(
summary = "Click to expand",
ds_paragraph("Hidden content goes here.")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.