0.2.4 • Published 3 years ago

@vtex-components/accordion v0.2.4

Weekly downloads
1,391
License
MIT
Repository
github
Last release
3 years ago

@vtex-components/accordion

Made with create-react-library

NPM JavaScript Style Guide

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

3 years ago

0.2.3-beta

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.2-beta

4 years ago

0.2.1

4 years ago

0.1.2

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago