UNPKG

@brendonhudnell/react-hexgrid

Version:

Interactive hexagon grids with React bindings

6 lines (5 loc) 274 B
import { jsx as _jsx } from "react/jsx-runtime"; function Text({ children, x, y, className }) { return (_jsx("text", Object.assign({ x: x || 0, y: y || '0.3em', className: className, textAnchor: "middle" }, { children: children }), void 0)); } export default Text;