Pawn promotion

Code sample

import { NextChessground } from 'next-chessground';

const Page = () => {
  return (
    <NextChessground fen="8/1kPK4/8/8/8/8/8/8 w - - 0 1" />
  );
};

export default Page;