JSPM

react-hex-grids

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q17294F
  • License MIT

Package Exports

  • react-hex-grids

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-hex-grids) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Hexagonal Grid Layout for React

Hexagonal Grid Layout Demo


Motivation:

The work of Jesse Breneman here.

While reading the article, I thought, "Why not build some react components for this?"

Usage:

import HexGrids, { HexGridItem, HexGridList } from "react-hex-grids"
...
<HexGridList>
  <HexGridItem>{item1}<HexGridItem>
  ....
</HexGridList>

See examples

Contributing

PRs are always welcome 😃