React component for displaying Abc based notation. Wraps Abc.js for use in your React libraries
Installation can be achieved via NPM.
npm install --save react-abc
react-abc provides a series of components for use in displaying notation, midi players, or an editor.
You can review each component's use cases and properties:
You can see an example here - fuhton.github.io/react-abc/example
An example of the component in action is available in the example folder. To see it in action you can run npm run webpack-dev-server
which will run a webpack-dev-server build and open the example.
MIT © Nicholas Smith