React Chessboard UI

v

React Chessboard UI

This library is designed for the fast and simple creation of chess applications.

npm install react-chessboard-ui
Using FEN-notation

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) => {}}
/>
Full interactive chessboard

Using all the features of the chess board to create the best possible chess app 🎠

Example Desktop App
Full adaptive for all devices

You can create chess applications for various devices, such as mobile phones and tablets.

Code example
Who uses

Trusted by developers and companies worldwide

Want to add your project here?

Open a Pull Request with your logo and link

Open a Pull Request