Skip to content

Bare minimum guitar chord builder that does not use d3 or other libraries.

Notifications You must be signed in to change notification settings

aliustaoglu/react-js-guitar-chords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bare minimum guitar chord builder that does not use d3 or other libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published