
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-flip
Advanced tools
An React Svg valid hexagon component that can contain html and components
A React component to render a flippable hexagon with two faces.
HexagonFlip must contain two Hexagons components.
You can download react-svg-hexagon-flip from the NPM registry via the npm or yarn commands
yarn add react-svg-hexagon-flip
# or
npm install react-svg-hexagon-flip --save
If you don't use package manager and you want to include react-svg-hexagon-flip 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-flip/dist/react-svg-hexagon-flip.min.js"></script>
<!-- or -->
<script src="node_modules/react-svg-hexagon-flip/dist/react-svg-hexagon-flip.min.js"></script>
import React from "react"
import Hexagon from "react-svg-hexagon"
import HexagonFlip from "react-svg-hexagon-flip"
const App = () => (
<HexagonFlip>
<Hexagon>{/* Recto content */}</Hexagon>
<Hexagon>{/* Verso content */}</Hexagon>
</HexagonFlip>
)
| Name | PropType | Description | Default |
|---|---|---|---|
| clipPath | PropTypes.string | ClipPath for flippable effect. null to disable | "polygon(...)" |
| duration | PropTypes.string | Flip transition duration | "0.5s" |
You may need to disable the clipPath if you have links in your hexagons
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-flip 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.