ColorPicker component uses
react-colorful library internally, so if you didn't install it already, you need to do it now by running
npm -w ./apps/UserInterface install react-colorful
command in terminal under stargate-js-mono root directory.
When the above is done, add menu item definition to
cards object and
CustomCard component to switch-case statement, as shown in
Custom Card reference section.