Basic example
Code sample
import { NextChessground } from 'next-chessground';
const Page = () => {
return (
<NextChessground />
);
};
export default Page;
import { NextChessground } from 'next-chessground';
const Page = () => {
return (
<NextChessground />
);
};
export default Page;