UNPKG

@hitachivantara/uikit-react-lab

Version:

Contributed React components for the NEXT UI Kit.

20 lines (19 loc) 550 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const jsxRuntime = require("react/jsx-runtime"); const reactflow = require("reactflow"); const uikitStyles = require("@hitachivantara/uikit-styles"); const HvFlowBackground = ({ color = "secondary", ...others }) => { return /* @__PURE__ */ jsxRuntime.jsx( reactflow.Background, { color: uikitStyles.getColor(color, uikitStyles.theme.colors.textSubtle), gap: 16, ...others } ); }; exports.HvFlowBackground = HvFlowBackground;