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