React Chessboard UI

v
menu
hide

Pawn promotion

Move the pawn up

Example


Code

<ChessBoard 
    FEN="8/k5PK/8/8/8/8/8/8 w - - 0 1"
    onChange={handleChange}
    onEndGame={handleEndGame}
/>