2.0.6 • Published 7 months ago

@eeacms/countup v2.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

EEA countup

Releases

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

This is a countup react library with the visibility observer already in it Also it has support for Volto addons pipeline, it is basically as an empty addon with tests

Installation

yarn add @eeacms/countup

Props

The component and the hook accept the same props. They are fully interchangeable.

Prop NameTypeDefaultDescription
isCountingbooleanfalsePlay and pause counting animation
startnumber0Initial value
endnumber-Target value
durationnumber-Animation duration in seconds. Defaults to 2 seconds if end is set
decimalPlacesnumber-Number of decimal places after the decimal separator.
decimalSeparatorstring-Decimal separator character
thousandsSeparatorstring-Thousands separator character
formatterfunction-Type: (value: number) => number | string | node A function that formats the output value. It has the highest priority so all other formatting options are ignored
updateIntervalnumber0Update interval in seconds. Determines how often the animated value will change. When set to 0 the value will update on each key frame
childrenfunction-Type: ({ value: number, reset: () => void }) => number | string | node CountUp component - children prop
onCompletefunction-Type: () => void | {shouldRepeat: boolean, delay: number} On complete handler. Repeat animation by returning an object with shouldRepeat equals true and delay in seconds.
onUpdatefunction-Type: (currentValue: number | string | node) => void On value update event handler

Return values

The hook returns the current count up value and reset method to reset the animation.

import { useCountUp } from 'use-count-up';

const { value, reset } = useCountUp({ isCounting: true });

Release

See RELEASE.md.

How to contribute

See DEVELOP.md.

Copyright and license

The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.

See LICENSE.md for details.

Funding

European Environment Agency (EU)

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago

0.3.8-beta

10 months ago

0.4.1-beta

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

2.0.3

10 months ago

2.0.2

10 months ago

2.0.5

7 months ago

2.0.4

10 months ago

2.0.6

7 months ago

0.3.9-beta

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

0.2.8-beta

10 months ago

0.2.3-beta

10 months ago

0.3.0-beta

10 months ago

0.2.6-beta

10 months ago

0.3.7-beta

10 months ago

0.2.7-beta

10 months ago

0.2.4-beta

10 months ago

0.2.9-beta

10 months ago

0.2.5-beta

10 months ago

0.2.0-beta

10 months ago

0.2.1-beta

10 months ago

0.2.2-beta

10 months ago

0.0.2

10 months ago