react-odometer1js

1.0.1 • Public • Published

React Odometer.js

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

Installation

  1. Run npm install --save react-odometerjs

  2. Include component in your application:

import Odometer from 'react-odometerjs';
// ...
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.

Package Sidebar

Install

npm i react-odometer1js

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • dkra