UNPKG
react-stars
Version:
latest (2.2.5)
2.2.5
2.2.4
2.2.3
2.2.2
2.1.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.1
2.0.0
Simple star rating component for your React projects
github.com/n49/react-stars
n49/react-stars
react-stars
/
.babelrc
7 lines
(6 loc)
•
87 B
Plain Text
View Raw
1
2
3
4
5
6
7
{
"presets"
:
[
"es2015"
,
"react"
]
,
"plugins"
:
[
"transform-object-assign"
]
}