![logo-farmblocks](https://user-images.githubusercontent.com/7760/31051341-4d280118-a63c-11e7-9e8f-3b375ca8f9a0.png)

# Farmblocks Button

A React component for displaying buttons and actionable icons

## Installation

```
npm install @crave/farmblocks-button
```

## Usage

```jsx
import Button from "@crave/farmblocks-button";
const Form = () => <Button onChange={handleButtonClick}>Click me</Button>;
```

## API

For more examples and details on the available props, [read the docs](https://cravefood.github.io/farmblocks/?path=/story/form-button--default-story).

## License

MIT
