@neochess/components
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

npm version Published on webcomponents.org License: MIT

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.

alt text

Live Demo

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

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Contact

For bugs or for requirements please contact me at luismanuelamengual@gmail.com

Package Sidebar

Install

npm i @neochess/components

Weekly Downloads

0

Version

0.0.10

License

MIT

Unpacked Size

359 kB

Total Files

17

Last publish

Collaborators

  • luis.amengual