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