@rdey/collapse-button
v1.0.1
Published
A button indicating a collapse of e.g. an accordion
Downloads
2
Readme
collapse-button
A button indicating a collapse of e.g. an accordion
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