Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mortonprod/react-reviews

A ready made review component.
https://github.com/mortonprod/react-reviews

react webpack webpack-dev-server

Last synced: 1 day ago
JSON representation

A ready made review component.

Awesome Lists containing this project

README

        

# React-reviews
[![Build Status](https://travis-ci.org/mortonprod/react-reviews.svg?branch=master)](https://travis-ci.org/mortonprod/react-reviews)
[![Coverage Status](https://coveralls.io/repos/github/mortonprod/react-reviews/badge.svg?branch=master)](https://coveralls.io/github/mortonprod/react-reviews?branch=master)
[![npm version](https://badge.fury.io/js/%40mortonprod%2Freact-reviews.svg)](https://badge.fury.io/js/%40mortonprod%2Freact-reviews)
[![Dependecies](https://david-dm.org/mortonprod/react-reviews.svg)](https://david-dm.org/mortonprod/react-reviews.svg)

This is a react review component. It will take in reviews data as a property.

## Installation
To install this component into your project run:

`npm install @mortonprod/react-reviews`

## Usage

Import the component like so:

`
import Product from @mortonprod/react-reviews
`

then import the css:

`
import @mortonprod/react-reviews/dist/index.css
`

Note you must pull the css independently of the component.

To run in development mode do:

`
npm run start
`

This will run the app on localhost:8080.

## Contributing

You are free to contribute to this component if you wish.