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

https://github.com/opuscapita/react-buttons


https://github.com/opuscapita/react-buttons

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

[![CircleCI Status](https://circleci.com/gh/OpusCapita/react-buttons/tree/master.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/OpusCapita/react-buttons)
![badge-npm-version](https://img.shields.io/npm/v/@opuscapita/react-buttons.svg)
[![NPM Downloads](https://img.shields.io/npm/dm/@opuscapita/react-buttons.svg)](https://npmjs.org/package/@opuscapita/react-buttons)
![badge-license](https://img.shields.io/github/license/OpusCapita/react-buttons.svg)

# React buttons

## Synopsis

![demo.gif](https://github.com/OpusCapita/react-buttons/blob/master/demo.gif)

Just a button react components.

The **motivation** to develop - Twitter Bootstrap that we use don't provide any components for implementing accuracy looking toolbar buttons.

[Demo and documentation](https://opuscapita.github.io/react-buttons)

> Powered by [OpusCapita ShowRoom](https://github.com/OpusCapita/react-showroom-client)

## Usage

#### Install package:

`yarn add @opuscapita/react-buttons`

#### Import component

```
import { Button } from '@opuscapita/react-buttons // or
import Button from '@opuscapita/react-buttons/lib/Button
```

## Contributors

| | [**Alexey Sergeev**](https://github.com/asergeev-sc) |
| :---: | :---: |
| | [**Kirill Volkovich**](https://github.com/kvolkovich-sc) |

## License

Licensed under the Apache License, Version 2.0. See [LICENSE](./LICENSE) for the full license text.