UNPKG

star-meter

Version:

A highly customizable React star rating component with support for half-stars, animations, and custom styling

8 lines (5 loc) 145 B
import React from "react"; import StarRating from "./StarRating"; import "./StarRating.css"; export default StarRating; export { StarRating };