lx-button-round
v1.0.0
Published
A react button component lx theme
Downloads
4
Readme
What is this?
A react button component lx theme
Installation
yarn add lx-button
Then....
import Button, { getConfig } from 'lx-button'
//Console log the config model structure.
console.log(getConfig())
const buttonConfig = {
//add options
}
//
<Button config={buttonConfig}>Click me</Button>