0.10.0 • Published 7 years ago

@mortonprod/react-reviews v0.10.0

Weekly downloads
1
License
-
Repository
github
Last release
7 years ago

React-reviews

Build Status Coverage Status npm version Dependecies

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.