Musical keyboard component written in React.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 line
370 B

  1. import Keyboard from './components/Keyboard/Keyboard'
  2. import KeyboardMap from './components/KeyboardMap/KeyboardMap'
  3. import StyledNaturalKey from './components/StyledNaturalKey/StyledNaturalKey'
  4. import StyledAccidentalKey from './components/StyledAccidentalKey/StyledAccidentalKey'
  5. export default Keyboard
  6. export { StyledNaturalKey, StyledAccidentalKey, KeyboardMap }