0.0.2 • Published 6 years ago

@alexcasche/react-accordion v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

react-accordion

NPM JavaScript Style Guide

Install

npm install --save @alexcasche/react-accordion
yarn add @alexcasche/react-accordion

Usage

import React, { Component } from 'react'

import { Accordion, Item } from '@alexcasche/react-accordion'

class Example extends Component {
  render () {
    return (
      <Accordion>
        <Item>
          ...
        </Item>
        <Item>
          ...
        </Item>
      </Accordion>
    )
  }
}

License

MIT © alexcasche