https://github.com/threepointone/react-metronome
tick-tock as a component
https://github.com/threepointone/react-metronome
Last synced: 2 months ago
JSON representation
tick-tock as a component
- Host: GitHub
- URL: https://github.com/threepointone/react-metronome
- Owner: threepointone
- Created: 2015-08-07T04:50:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T04:56:37.000Z (almost 10 years ago)
- Last Synced: 2025-01-25T08:11:35.522Z (4 months ago)
- Language: CSS
- Size: 117 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
react-metronome
---
`npm install react-metronome --save`tick-tock as a component :)
`import {Metronome} from 'react-metronome';`
current api:
```js
{
value =>{`tick: ${value}`}
}
```the api I *really* want:
```js
Math.sin(tick)}>{
value =>{`tick: ${value}`}
}
```