An open API service indexing awesome lists of open source software.

https://github.com/imsamet/patika-react-button


https://github.com/imsamet/patika-react-button

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# patika-react-button

> Made with create-react-library

[![NPM](https://img.shields.io/npm/v/patika-react-button.svg)](https://www.npmjs.com/package/patika-react-button) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save patika-react-button
```

## Usage

```jsx
import React, { Component } from 'react'

import Button from 'patika-react-button'
import 'patika-react-button/dist/index.css'

class Example extends Component {
render() {
return Button
}
}
```

## Properties

```bash
Size

Type: string
Values: 'sm', 'md', 'lg'
Example
```
```jsx
class Example extends Component {
render() {
return Button
}
}
```

```bash
Color

Type: string
Values: 'success', 'primary', 'warning', 'danger'
Example
```
```jsx
class Example extends Component {
render() {
return Button
}
}
```

```bash
Round

Type: bool
Example
```
```jsx
class Example extends Component {
render() {
return Button
}
}
```

```bash
Light

Type: bool
Example
```
```jsx
class Example extends Component {
render() {
return Button
}
}
```

## License

MIT © [imsamet](https://github.com/imsamet)