UNPKG

@workday/canvas-kit-docs

Version:

Documentation components of Canvas Kit components

9 lines (8 loc) 352 B
import { jsx as _jsx } from "react/jsx-runtime"; import { ColorPicker } from '@workday/canvas-kit-preview-react/color-picker'; import { registerWidget } from '../Value'; registerWidget('canvasColor', () => { return ( // eslint-disable-next-line no-empty-function _jsx(ColorPicker, { style: { width: 170 }, onColorChange: () => { } })); });