UNPKG
count-up-es-react
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
CountUp AnimationNumber
github.com/riosF/count-up
riosF/CountUp
count-up-es-react
/
es
/
Foo
/
index.js
5 lines
•
152 B
JavaScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
export
default
(
function
(
_ref
) {
var
title = _ref.
title
;
return
/*#__PURE__*/
React
.
createElement
(
"h1"
,
null
, title); });