time_based_kits
v1.0.0
Published
Time based components
Readme
Time Components
Contains time related TypeScript React components.
Available Components
- Timer - a Timer that count runs backward. Can be paused and played on hover.
Timer

import { Timer } from "timerkit";
(<Timer timeInSeconds={20} pauseEnabled={true} />)- A 20 sec timer will run that can be paused when needed.
