
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
react-svg-hexagon-grid
Advanced tools
An React Svg valid hexagon component that can contain html and components
A React component to render a responsive CSS grid of SVG hexagons.
HexagonGrid can contain Hexagon and Hexagon-flip components and every hexagon must have same height and width.

You can download react-svg-hexagon-grid from the NPM registry via the npm or yarn commands
yarn add react-svg-hexagon-grid
# or
npm install react-svg-hexagon-grid --save
If you don't use package manager and you want to include react-svg-hexagon-grid directly in your html, you could get it from the UNPKG CDN or from the local UMD build.
<script src="https://unpkg.com/react-svg-hexagon-grid/dist/react-svg-hexagon-grid.min.js"></script>
<!-- or -->
<script src="node_modules/react-svg-hexagon-grid/dist/react-svg-hexagon-grid.min.js"></script>
import React from "react"
import Hexagon from "react-svg-hexagon"
import HexagonFlip from "react-svg-hexagon-grid"
import HexagonGrid from "react-svg-hexagon-grid"
const App = () => (
<HexagonGrid>
<Hexagon />
<Hexagon />
<Hexagon />
<Hexagon />
<Hexagon />
<Hexagon>{/* Content */}</Hexagon>
<HexagonFlip>
<Hexagon>{/* Recto content */}</Hexagon>
<Hexagon>{/* Verso content */}</Hexagon>
</HexagonFlip>
</HexagonGrid>
)
| Name | PropType | Description | Default |
|---|---|---|---|
| gap | PropTypes.number | Gap in pixel between hexagons | 30 |
yarn test).See CONTRIBUTING.md guidelines
See CHANGELOG.md
This project is licensed under the MIT License - see the LICENCE.md file for details
FAQs
An React Svg valid hexagon component that can contain html and components
We found that react-svg-hexagon-grid demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.