Color Arg
The color arg renders a combination of a color preview and input fields in the Widgetbook UI where you can dynamically pick a Color value for a widget property.
Variants
The color arg has two variants:
ColorArg: Allows you to pick aColorvalue. Does not acceptnullvalues.NullableColorArg: Allows you to pick aColorvalue or set it tonull. Useful when the property is optional.

