README.md 652 Bytes
Newer Older
Sergey's avatar
Sergey committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# react-feedback-widget

> Made with create-react-library

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

## Install

```bash
npm install --save react-feedback-widget
```

## Usage

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

import MyComponent from 'react-feedback-widget'
import 'react-feedback-widget/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}
```

## License

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