ColorPicker component uses
react-colorful library internally, so you need to install it by running
npm -w ./apps/UserInterface install react-colorful
command in terminal under stargate-js-mono root directory.
When the above is done, import and add
colorPickerMatcher to
customMatchers array of
Device.tsx file, as shown in
Customized Device reference section.