0.0.1 • Published 6 years ago

react-js-guitar-chords v0.0.1

Weekly downloads
5
License
ISC
Repository
github
Last release
6 years ago

React Js Guitar Chords

Bare minimum guitar chord builder that does not use d3 or other libraries. It is a dummy component. Meaning for that is, it does not know any musical term or can build a chord from its name. You have to supply the input for it. I needed a simple component that does not drag lots of other dependencies.

Installation

  • npm install --save react-js-guitar-chords

Usage

import Chord from 'react-js-guitar-chords';

class App extends Component {
  render() {
    return (
      <div className="App">
        <Chord name="C" notes="010230" />
      </div>
    );
  }
}

Screenshots

Chord C

Chord Am

Chord G