wavesjs / waves-ui

A library to display and edit audio data and timeseries data in the browser.
http://wavesjs.github.io/waves-ui/
BSD 3-Clause "New" or "Revised" License
122 stars 16 forks source link

React Example (create-react-app + forked repository) #30

Open justinlevi opened 7 years ago

justinlevi commented 7 years ago

I put together a gist here of what a component would look like integrating the examples/example-boilerplate.html (Advanced Usage)

https://gist.github.com/justinlevi/150af93052262d38ee18e43c60467df5

I committed a working project using create-react-app here: https://github.com/justinlevi/waves-ui-react

Note, due to the error I was running into here: https://github.com/wavesjs/waves-ui/issues/29

I had to use my own fork.

Here's the screen recording of the process reactwavejs-ui

b-ma commented 7 years ago

Nice, thanks for the example, I will put a link to this in the documentation in the next release. Would be nice to fix #29 thus.

I keep this open until everything is settled.