chessboard-element icon indicating copy to clipboard operation
chessboard-element copied to clipboard

A <chess-board> web component

Results 21 chessboard-element issues
Sort by recently updated
recently updated
newest added

I have seen the docs earlier, they were good. Please bring them back with the correct link. [justinfagnani.github.io/chessboard-element/](https://justinfagnani.github.io/chessboard-element/)

to set display none the dragged-pieces area ```css chess-board::part(dragged-pieces) { display: none; } ``` https://github.com/justinfagnani/chessboard-element/issues/8

I've been using chessboard-element for well over a year within a Vue 2 project and I've never had any issues with it, it just worked perfectly. Recently I migrated my...

(see code below) I am Having trouble just doing simple things with react , I have a button set orientation and it set the value to black or white though...

With the two random functions playing each other, after a few dozen moves, it stops clearing up the move highlights. ![image](https://user-images.githubusercontent.com/945574/207293282-663939a7-9817-45a7-bcdb-337125f48f40.png)

- it is missing in npm package - the file points to .ts files

First of all, thank you for this wonderful chessboard component! It's awesome! But I didn't find anything that would make the moves be undone and redone. So no undo and...

import "chessboard-element"; import { Chess } from 'chess.js'; import { onMount, beforeUpdate, afterUpdate } from "svelte"; let board; //let board=document.querySelector('chess-board') onMount(() => { console.log("on mount"); }); beforeUpdate(() => { console.log("beforeboard");...

Hey @justinfagnani , Is it possible to implement a way to disable right click movement of pieces ? I've added annotations(circle and arrows) along with this package. Right click for...