react-fast-chessboard
v1.0.4
Published
React chessboard for chess game (with drag&drop).
Downloads
7
Readme
react-fast-chessboard
React chessboard for chess game (with drag&drop).
Install
npm install --save react-fast-chessboard
Usage
import React, { Component } from 'react'
import { FastChessboard } from 'react-fast-chessboard'
class Example extends Component {
render() {
return <FastChessboard />
}
}
License
MIT © [Alexander Kulik](https://github.com/Alexander Kulik)