Simple price ticker that shows a price increasing client side every 200ms An example can be found here https://www.nib.com.au/health-insurance/itsworthit
npm install --save @nib/react-price-ticker
import PriceTicker from './PriceTicker';
<PriceTicker incrementPrice={incrementPrice} currencySymbol="$"/>
#Props
Price that you want to increment by every second.
Defaults to the $ dollar sign.
- Pushed: first version