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
5 years ago
2.0.3
5 years ago
2.0.2
5 years ago
2.0.1
5 years ago
2.0.0
5 years ago
1.2.2
5 years ago
1.2.0
5 years ago
1.2.1
5 years ago
1.1.9
5 years ago
1.1.8
5 years ago
1.1.10
5 years ago
1.1.7
5 years ago
1.1.6
5 years ago
1.1.5
5 years ago
1.1.4
5 years ago
1.1.3
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.1.2
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago