Made with create-react-library
yarn add @vtex-components/accordion
import React, { Component } from 'react'
import Accordion from '@vtex-components/accordion'
const Example = () => (
<Accordion>
<Accordion.Section header="Section one">
This is the content of section one
</Accordion.Section>
<Accordion.Section header="Section two">
This is the content of section two
</Accordion.Section>
</Accordion>
)
MIT © vitoriaheliane