Multiple Boards

You can have multiple boards on the same page.

HTML

<chess-board
    position="start"
    hide-notation
    class="small-board">
</chess-board>

<chess-board
    position="r1bqkbnr/pppp1ppp/2n5/1B2p3/4P3/5N2/PPPP1PPP/RNBQK2R"
    hide-notation
    class="small-board">
</chess-board>

<chess-board
    position="r1k4r/p2nb1p1/2b4p/1p1n1p2/2PP4/3Q1NB1/1P3PPP/R5K1"
    hide-notation
    class="small-board">
</chess-board>