add and implement react-star-ratings library

This commit is contained in:
Josh PC
2019-10-16 21:05:18 -04:00
committed by Vishnu Ks
parent b9e8ae5bbf
commit bba3cfe578
3 changed files with 37 additions and 3 deletions

View File

@@ -18,7 +18,9 @@
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1"
"react-helmet": "^5.2.1",
"react-star-rating-component": "^1.4.1",
"react-star-ratings": "^2.3.0"
},
"devDependencies": {
"prettier": "^1.18.2",