2.0.8 • Published 4 years ago
kodobe-react-button v2.0.8
Kodobe React Button
This is a simple react button package, check it out at github repo
Install
npm install kodobe-react-button
or
yarn add kodobe-react-button
Setup
import Button from 'kodobe-react-button';
Usage
import Button from "kodobe-react-button";
function App() {
return (
<div>
<h3>Here is how to use a button</h3>
<Button loading>BUTTON</Button>
</div>
);
}
Options
- children: Any thing
- loadingText: String
- loading: true or false
- type: submit, reset, button
- disabled: true or false
- color: default, success, error
- style: style object
- className: string
2.0.8
4 years ago
2.0.6
4 years ago
2.0.5
4 years ago
2.0.4
4 years ago
2.0.3
4 years ago
2.0.2
4 years ago
2.0.1
4 years ago
2.0.0
4 years ago
1.2.2
4 years ago
1.2.0
4 years ago
1.2.1
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.10
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.1.2
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago