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

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

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}`}

}
```