1.3.1 • Published 9 months ago

react-number-meter v1.3.1

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

React Meter

React Implementation of Styled number representation

npm.io doge

Authors

Installation

Install react-number-meter with npm

  npm install react-number-meter

Demo

Live Demo

Screenshots

npm.io

npm.io

npm.io

Usage/Examples

import { ShiftingMeter, RollingMeter, OdoMeter } from "react-number-meter";

function App() {
  return (
    <>
      <ShiftingMeter
        value={5483343}
        duration={500}
        size={`3rem`}
        color={`#000000`}
        fontFamily={`sans-serif`}
      />
      <RollingMeter
        value={872542}
        duration={1000}
        size={`3rem`}
        color={`#000000`}
        fontFamily={`sans-serif`}
      />
      <OdoMeter
        value={872542}
        duration={1000}
        size={`3rem`}
        color={`#000000`}
        fontFamily={`sans-serif`}
      />
    </>
  );
}
1.3.1

9 months ago

1.3.0

9 months ago

1.2.1

9 months ago

1.2.0

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago