react-number-easing icon indicating copy to clipboard operation
react-number-easing copied to clipboard

React component to interpolate rendering of numbers in the frontend.

Results 5 react-number-easing issues
Sort by recently updated
recently updated
newest added

- Rename eslint config to use json format - Disable react/prop-types rule - Specify react version in settings

Hello, Transitioning tons of decimals is not that great for us but we still would like to show them when the transition has finished. So ideally I'd like to have...

Example usage: ```tsx import NumberEasing, { type NumberEasingProps } from 'react-number-easing' const commonNumberEasingProps: Partial = { speed: 300, ease: 'sineInOut', } export const Fun() { } ```