React Chessboard UI
This library is designed for the fast and simple creation of chess applications.
npm install react-chessboard-ui This library is designed for the fast and simple creation of chess applications.
npm install react-chessboard-ui Use FEN-notation to easily set up the pieces on the chessboard.
<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.