Wraps the [react-hexgrid](https://www.npmjs.com/package/react-hexgrid) library.
reacthexgrid(width = NULL, height = NULL, elementId = NULL)
width | Fixed width for widget (in css units). The default is
|
---|---|
height | Fixed height for widget (in css units). The default is
|
elementId | Use an explicit element ID for the widget (rather than an automatically generated one). Useful if you have other JavaScript that needs to explicitly discover and interact with a specific widget instance. |