1.0.1 • Published 2 years ago

netlify-cms-guitar-chords-widget v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

netlify-cms-guitar-chords

Netlify CMS plugin to support guitar chord widgets.

Install

As an npm package:

  1. Install the widget:
npm i netlify-cms-guitar-chords
  1. Import the widget in the netlifyCMS file:
import { NetlifyCmsWidgetGuitarChords } from 'netlify-cms-guitar-chords';
  1. Register the widget ready for use:
CMS.registerWidget(NetlifyCmsWidgetGuitarChords)

Via script tag:

<script src="https://unpkg.com/netlify-cms-guitar-chords@^1.0.0/dist/index.js"></script>
<script type="text/javascript">
  CMS.registerWidget(NetlifyCmsWidgetGuitarChords);
</script>
1.0.1

2 years ago

1.0.0

2 years ago