Skip to content

okedo/chords-web-component

Repository files navigation

Chord web component

Small widget for displaying of guitar chords at your website

Getting Started

Warning!

<single-chord></single-chord> tag and chord attribute is deprecated in 0.0.2. Now use <chord-creator></<chord-creator> and chords.

example image

You can just copy chords.js or chords-min.js from /build into your js directory import script and insert into your html

Installing

Copy chords.js or chords-min.js into your js directory.

Add <chord-creator chords="C"></chord-creator> and import script chords.js or chords-min.js at the bottom of body in HTML file:

<html>
  <body>
    <chord-creator chords="C"></chord-creator>
    <script src="./your-location/chord-min.js"></script>
  </body>
</html>

Also you can run npm i chords-web-component --save and import script as : <script src="./node_modules\chords-web-component\build\chord-min.js"></script>

Detailes you can read at USERGUIDE.md

Built With

Versioning

Changelog CHANGELOG.

I use Github for versioning. For the versions available, see the Chord-Web-Component.

Authors

  • Viktor Patraboi - main work - okedo

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Small widget for displaying of guitar chords at your website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published