Closed aaronzshey closed 1 month ago
The fill prop on <Hexagon /> only supports strings, while cellStyle accepts JS in CSS. This isn't clear, and should be documented.
fill
<Hexagon />
cellStyle
This is now mostly explained in the docs. However, Pattern still needs documentation. #31
The
fill
prop on<Hexagon />
only supports strings, whilecellStyle
accepts JS in CSS. This isn't clear, and should be documented.