UNPKG

pretty-rating-react

Version:

Pretty rating formatter with React FontAwesome icons

12 lines (11 loc) 276 B
import { faStar, faStarHalfAlt } from '@fortawesome/free-solid-svg-icons'; export var defaultValues = { icons: { complete: faStar, half: faStarHalfAlt, empty: faStar, }, max: 5, colors: ['#000', '#000', '#000'], disabled: false, };