With rook
Code sample
import { NextChessground } from 'next-chessground';
const Page = () => {
return (
<NextChessground fen="5k2/8/5K2/8/3R4/8/8/8 w - - 0 1" />
);
};
export default Page;
import { NextChessground } from 'next-chessground';
const Page = () => {
return (
<NextChessground fen="5k2/8/5K2/8/3R4/8/8/8 w - - 0 1" />
);
};
export default Page;