Basic example

Code sample

import { NextChessground } from 'next-chessground';

const Page = () => {
  return (
    <NextChessground />
  );
};

export default Page;