yelp_viewer
v0.0.1
Published
simple react yelp rating display
Downloads
2
Readme
yelp_viewer
React component to display Yelp star rating, review counts, and link to Yelp
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';