2.0.8 • Published 3 years ago

kodobe-react-button v2.0.8

Weekly downloads
90
License
ISC
Repository
-
Last release
3 years ago

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

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.10

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago