1.0.4 • Published 7 years ago

react-odometerjs-no-prop-types v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

React Odometer.js

Simple react component for using Odometer.js in your React application.

Installation

  1. Run npm install --save react-odometerjs-no-prop-types

  2. Include component in your application:

import Odometer from 'react-odometerjs-no-prop-types';
// ...
return ( <Odometer value={1234} options={{ format: '' }} /> );

Options

You can pass odometer options through options attribute. See official documentation of Odometer.js to learn about available options.

Issues

Found an issue? You are welcome here.