lx-text-input
v1.2.6
Published
A react text input component lx theme
Downloads
1
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>