0.0.10 • Published 4 years ago
@neochess/components v0.0.10
Neochess-Components
Neochess Components is a library of chess components built as web components that are ready to be used within your favourite framework (React, Angular, Vue, etc) or with just vanilla javascript.
Installation
To use this library install it by running:
npm i @neochess/components --save
and import the library in your main module/component/index.html:
import '@neochess/components';
Usage
To use the components just add one of the components custom tags (neochess-board) in your html
<neochess-board></neochess-board>
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Contact
For bugs or for requirements please contact me at luismanuelamengual@gmail.com