Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mortonprod/react-reviews
- Owner: mortonprod
- Created: 2016-11-28T19:55:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T17:16:52.000Z (about 7 years ago)
- Last Synced: 2024-12-08T09:04:49.804Z (24 days ago)
- Topics: react, webpack, webpack-dev-server
- Language: TypeScript
- Homepage:
- Size: 543 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.