react-stylish-counter
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

React Stylish Counter

The library offers UI components to make the numbers on your website look beautiful.

Install

npm i react-stylish-counter

or

yarn add react-stylish-counter

Usage

import { DigitalCounter } from "react-stylish-counter";

This is a digital counter. It takes max (number) and duration (seconds) e.g. duration={2} as required props. You can also pass a style prop e.g. style={{ fontSize: "20px" }}. You can apply styling as you like.

import { AnalogCounter } from "react-stylish-counter";

This is an counter that provides animation while counting up the numbers. It takes max (number) as required prop and style as an optional prop.

Package Sidebar

Install

npm i react-stylish-counter

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

706 kB

Total Files

31

Last publish

Collaborators

  • ghulam.rasool.phaedra