UNPKG

react-stars

Version:

Simple star rating component for your React projects

13 lines (12 loc) 273 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <style> body { font-family: verdana, sans-serif; } </style> </head> <body> <div id="root"></div> <script src="./bundle.js"></script> <script src="/webpack-dev-server.js"></script> </body> </html>