0.13.9 • Published 7 months ago

next-chessground v0.13.9

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
7 months ago

Next Chessground

Next gen wrapper for Chessground packed with features and pawn promotion logic out of the box.

Built by chess players in React and Next.js

Live Demo

https://next-chessground.vercel.app

Features

  • legal chess moves only with built in support from chess.js
  • pawn promotion logic
  • custom chess board, chess pieces, move sounds and other chess settings
  • flip and resize the chess board

Installation

npm i next-chessground
# or
yarn add next-chessground

Usage

import NextChessground from 'next-chessground';

const App = () => {
  return (
    <div className="bg-white rounded shadow">
      <NextChessground />
    </div>
  );
};

export default App;
0.13.9

7 months ago

0.14.0

7 months ago

0.14.1

7 months ago

0.13.7

12 months ago

0.13.8

12 months ago

0.13.6

2 years ago

0.13.5

2 years ago

0.11.0

2 years ago

0.12.0

2 years ago

0.11.1

2 years ago

0.10.2

2 years ago

0.13.0

2 years ago

0.12.1

2 years ago

0.11.2

2 years ago

0.10.3

2 years ago

0.13.1

2 years ago

0.12.2

2 years ago

0.11.3

2 years ago

0.10.4

2 years ago

0.13.2

2 years ago

0.11.4

2 years ago

0.10.5

2 years ago

0.13.3

2 years ago

0.11.5

2 years ago

0.13.4

2 years ago

0.9.4

2 years ago

0.9.3

2 years ago

0.10.1

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.1

2 years ago

0.7.2

2 years ago

0.6.3

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.9.2

2 years ago

0.6.5

2 years ago

0.9.1

2 years ago

0.6.4

2 years ago

0.5.0

2 years ago

0.7.0

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.2.3

3 years ago

0.2.4

3 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.1.0

4 years ago