react-inview-counter
v1.0.4
Published
A react component to build statistics section of your website
Downloads
9
Readme
This is react components that counts number from 0 to the desired count when the component is in-view.
`` import Counter from "react-inview-counter"
<Counter currency={"$"} end={3000} icon={"M+"} /> ``