react-fast-chessboard

1.0.4 • Public • Published

react-fast-chessboard

React chessboard for chess game (with drag&drop).

NPM JavaScript Style Guide

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)

Readme

Keywords

none

Package Sidebar

Install

npm i react-fast-chessboard

Weekly Downloads

8

Version

1.0.4

License

MIT

Unpacked Size

403 kB

Total Files

10

Last publish

Collaborators

  • xfisherbox