0.2.4 • Published 4 years ago
@vtex-components/accordion v0.2.4
@vtex-components/accordion
Made with create-react-library
Install
yarn add @vtex-components/accordion
Usage
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>
)
License
MIT © vitoriaheliane
0.2.4
4 years ago
0.2.3-beta
5 years ago
0.2.3
5 years ago
0.2.2
5 years ago
0.2.2-beta
5 years ago
0.2.1
5 years ago
0.1.2
5 years ago
0.2.0
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago