lx-button
v2.2.0
Published
A react button component lx theme
Downloads
2
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>