React Chessboard UI
Build chess websites with react‑chessboard‑ui only: a ready-to-use chessboard component and chess engine in one package.
npm install react-chessboard-ui Build chess websites with react‑chessboard‑ui only: a ready-to-use chessboard component and chess engine in one package.
npm install react-chessboard-ui Start with FEN notation: pass the position and get a ready chessboard with the engine handling the game state!
<ChessBoard
FEN="rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"
onChange={(data) => {}}
onEndGame={(result) => {}}
/> Using all the features of the chess board to create the best possible chess app 🎠
You can create chess applications for various devices, such as mobile phones and tablets.