The work of Jesse Breneman here.
While reading the article, I thought, "Why not build some react components for this?"
import HexGrids, { HexGridItem, HexGridList } from "react-hex-grids"
...
<HexGridList>
<HexGridItem>{item1}<HexGridItem>
....
</HexGridList>
See examples
Also available on bit.dev
bit import tsuki.react-hex-grids/hex-grids
Learn more here.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Run prettier to format the code.
Build using rollup
PRs are always welcome 😃