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}
/>
Move the pawn up
<ChessBoard
FEN="8/k5PK/8/8/8/8/8/8 w - - 0 1"
onChange={handleChange}
onEndGame={handleEndGame}
/>