Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chaudhuree/ra-ticker

Ticker Renders a ticker component. Use the React.useState() hook to initialize the ticker state variable to 0. Define two methods, tick and reset, that will periodically increment timer based on interval and reset interval respectively. Return a <div> with two <button> elements, each of which calls tick and reset respectively.
https://github.com/chaudhuree/ra-ticker

Last synced: 4 days ago
JSON representation

Ticker Renders a ticker component. Use the React.useState() hook to initialize the ticker state variable to 0. Define two methods, tick and reset, that will periodically increment timer based on interval and reset interval respectively. Return a <div> with two <button> elements, each of which calls tick and reset respectively.

Awesome Lists containing this project