Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 658 Bytes

File metadata and controls

30 lines (20 loc) · 658 Bytes

react-mini-feedback

Simple react component to gather product feedback.

NPM JavaScript Style Guide

Install

npm install --save react-mini-feedback

Usage

import React, { Component } from 'react'

import Feedback from 'react-mini-feedback'
import 'react-mini-feedback/dist/index.css'

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

License

MIT © matids