<TabbedAccordion>
ComponentA <Tabs>
component with an <Accordion>
inside each tab.
Name | Description |
---|---|
heading string | headline above the accordion |
tabs array | information about each of the accordion's top level tabs Array members must be of the type below: |
tabs[x] object | Object contains nested props, see below: |
tabs[x].heading string | heading of the tab |
tabs[x].items object | information about each accordion item within the tab Object contains nested props, see below: |
tabs[x].items.heading string | heading of the accordion item |
tabs[x].items.content string | content of the accordion item |
With product theme accents: