@bootstrap-styled/v4
Version:
twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities.
14 lines (10 loc) • 482 B
Markdown
`<Accordion />` component example:
```js static
import { Accordion, CardBlock } from '$PACKAGE_NAME';
<Accordion heading="Collapsible Group Item #1" name="Accordion1">
<CardBlock>
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid.
</CardBlock>
</Accordion>
```
> In order to work, this component must wrapped inside a `<AccordionGroup />` component, if you want to use only one accordion, you might use `<Collapse />` component.