1.0.1 • Published 5 years ago

@rdey/collapse-button v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

collapse-button

A button indicating a collapse of e.g. an accordion

NPM JavaScript Style Guide

Install

npm install --save collapse-button

Usage

import * as React from 'react'

import CollapseButton from 'collapse-button'

class Example extends React.Component {
  render () {
    return (
      <>
        <CollapseButton active={active} />
        <CollapseButton
          active={active}
          size={320}
          borderWidth={6}
          colorRight="red"
        />
      </>
    )
  }
}

License

MIT © ricsam