You can specify the size, tone and weight props, and optionally set the dividers prop to false.You may also provide a space value to adjust the spacing between items. Note that in order to ensure adequate space for touch targets, the space prop only accepts values of medium, large and xlarge.
An AccordionItem, by default, manages its own state internally. If you’d like to take control of the state, you can do so using the expanded and onToggle props.
Braid components are very explicit about the properties they accept, which makes providing arbitrary data attributes not possible. Instead, a data prop can be provided as a single collection of data attributes.