-
Hi - thanks so much for building this library! I'm a big fan.
I've been running into an issue; I show small boards on a card that a user can click into, so for some screen sizes, the board is about …
-
Hello, newbie question.
I would like to build a website to play [bughouse chess](https://en.wikipedia.org/wiki/Bughouse_chess) on and I would like to use react-chessboard for the ui. I need to impl…
-
Hi team,
May I ask question describe bellow?
I initial board with 2 custom positions:
{
a7: "wP"
b8: "bP"
}
then click on position a7, there is no move available if we call `game.moves(…
-
Is it possible to present pre-arranged arrows to the user?
Or is there a way to include them in the fen?
ie:
```
import { Chessboard } from "react-chessboard";
```
-
-
#### chess-image-generator version:
**1.0.9 (latest)**
## Steps to reproduce
`yarn add chess-image-generator`
The installation seems to work fine in a new fresh project, however in my project …
-
### Bug description
phpstorm recently added support for generics in the dock.
If you enable the plugin and paste this code into one file, then ide normally determines and highlights testMethod()
…
-
# What
### OnPieceClick Handler
I'm suggesting adding the Square to the `onPieceClick()` handler, like:
`onPieceClick?: (piece: Piece) => any;` -> `onPieceClick?: (piece: Piece, square: Square)…
-
**Is your feature request related to a problem? Please describe.**
Currently, there is no way to handle the piece promotion picker
**Describe the solution you'd like**
Can't think of how to solve…
-
#### Task Description:
On the Client, the user should be able to click a Chess piece, and the available spaces should be highlighted. This makes it easier for the user to use the site
Task is loca…