This is a side project of mine where I ported the great chessboard.js library to be a standard custom element.
By being a custom element <chess-board> is easier to use and load, works with declarative HTML templates like JSX or lit-html, and it removes the jQuery dependency.
You can use it in static HTML and markdown too, just like:
I hope this make the work on chessboard.js more accessible to framework users and non-programmers alike. If you're into chess on the web, please try it out and give any feedback!
1 comment
[ 3.1 ms ] story [ 15.1 ms ] threadBy being a custom element <chess-board> is easier to use and load, works with declarative HTML templates like JSX or lit-html, and it removes the jQuery dependency.
You can use it in static HTML and markdown too, just like:
I hope this make the work on chessboard.js more accessible to framework users and non-programmers alike. If you're into chess on the web, please try it out and give any feedback!