Package Exports
- react-piano
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-piano) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-piano
A super-customizable react component for rendering a responsive piano keyboard.
Setup
yarn add react-pianoUsage
import Piano from 'react-piano';
<Piano
startNote="c4"
endNote="c5"
/>Contributing
License
MIT