-
I have create a component where I am try to do pawn promotion and I wanted to refelect the piece on board which user select so what I can do instead of using default promotion to queen please suggest …
-
Working on this
Using `react-chessboard` since `chessboardjsx` is not maintained anymore
-
I'm building and online chess platform using react-chessboard and everything is working great except that i dont have the control of premoves. Premoves should take no time to complete but its taking 8…
-
Had a hell of a time trying to figure this one out. Thought I would share the solution I found here to help anyone else trying to set up automated Jest tests with ReactChessboard.
## Solution for w…
-
I have the following code (simplified to remove unrelated stuff):
```typescript
import { Box, Flex } from "@chakra-ui/react";
import { ReactNode, useEffect, useMemo, useRef, useState } from "react"…
-
I'm implementing a chessboard using react-beautiful-dnd. Each cell in the chessboard is a ``````, with its unique ```droppableId``` and ```key```, that contains a `````` with a ```div``` and image of …
-
I would like to use chessboard.js with React. Has anyone here done this successfully and can point me towards some details on how to do this?
I've looked at a ton of different boards, and I see th…
-
playing around with `react-chessboard` — in a regular React app, this code
```
import { Chessboard } from "react-chessboard";
;
```
produces
but in `vitale` it produces
maybe something to…
jaked updated
5 months ago
-
Hi
first thanks for the great work.
As you're using Chess.js bts could you please enable the full .move() api (including SAN moves)
`.move('e4')` as a first move equals `.move({ from: 'e2', t…
-
I have a React component, and I want to include a Chessboard component within it.
So, I only added this line to my file.
```import Chessboard from 'chessboardjsx';```
I never actually used the C…