react-guitar-theme-coco
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

React-Guitar Theme Coco · npm version

A react-guitar theme from the film Coco.

See https://react-guitar.com?theme=coco for a live demo.

Screenshot of the rendered component with an E major chord

Usage

npm i react-guitar react-guitar-theme-coco
import React from 'react'
import { render } from 'react-dom'
import Guitar from 'react-guitar'
import coco from 'react-guitar-theme-coco'

render(
  <Guitar strings={[0, 1, 2, 2, 0, -1]} theme={coco} />,
  document.getElementById('root')
)

Developing

  • yarn start will watch.
  • yarn build will generate the production scripts under the dist folder.

Readme

Keywords

Package Sidebar

Install

npm i react-guitar-theme-coco

Weekly Downloads

0

Version

1.1.2

License

MIT

Unpacked Size

88.6 kB

Total Files

16

Last publish

Collaborators

  • 4lejandrito