JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1051
  • Score
    100M100P100Q114085F
  • License MIT

A responsive, customizable react piano keyboard component

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-piano

Usage

import Piano from 'react-piano';

<Piano
  startNote="c4"
  endNote="c5"
/>

Contributing

Trello board

License

MIT