module Coco module Fields class ColorFieldComponent < ViewComponent::Form::ColorFieldComponent include Concerns::ActsAsFieldWithOptions end end end