New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-guitar-chord

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-guitar-chord

React component to draw SVG Guitar chords

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

React Guitar Chord

React component to draw SVG Guitar chords.

Build Status

Coverage Status

Installation

npm install react-guitar-chord

or

yarn add react-guitar-chord

DEMO

Example

import React from 'react'
import GuitarChord from 'react-guitar-chord'

export default () => (
  <div>
    <GuitarChord chord={'C'} />
    <GuitarChord chord={'C'} quality={'MIN'} />
  </div>
)

C Chords

Properties

PropsDescriptionRequiredDefault Value
chordName of the ChordRequired
qualityMAJ or MINOptional'MAJ' (Major)
heightHeight of the SVGOptional15em
backgroundBackground ColorOptional#FFF
strokeStroke ColorOptional#222

Keywords

guitar

FAQs

Package last updated on 05 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts