0.0.1 • Published 6 months ago

yelp_viewer v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

yelp_viewer

React component to display Yelp star rating, review counts, and link to Yelp

Example Usage

Tests

Pull down, npm install and then:

npm run tests

Usage

<YelpViewer rating={rating}
            count={count}
            url={url}
            template={template} />

Default styles are availabe in CSS

import 'yelp_viewer/dist/yelp_viewer.css';
0.0.1

6 months ago