> For the complete documentation index, see [llms.txt](https://docs.trydrupal.com/radix/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trydrupal.com/radix/components/details.md).

# Details

### Usage

```twig
{% include 'radix:details' with {
  title: 'More Information',
  description: 'Additional details about the topic can be found here.',
  children: 'Content that provides more in-depth information about the subject matter.',
  value: 'Some important value',
  required: true,
  errors: 'There was an error processing this section.',
  attributes: attributes.setAttribute('id', 'unique-details-id'),
  summary_attributes: attributes.setAttribute('class', ['text-success']),
  content_attributes: create_attribute()
} %}
```
