Details
Make a page easier to scan by letting users reveal more detailed information only if they need it.
Details with text arguments
The summary_text
argument controls the details element’s label and text
sets the content.
Details with a block
When the details element contains multiple lines of text or more complex content, the body can be provided using a block.
Details that start open
You can make a details element start open by passing in open: true
.