Module: FoxTail::Concerns::HasStimulusController
- Extended by:
- ActiveSupport::Concern
- Included in:
- AccordionComponent, AutocompleteComponent, FoxTail::CarouselComponent, FoxTail::CheckboxComponent, FoxTail::ClickableComponent, FoxTail::CollapsibleComponent, DismissibleComponent, DrawerComponent, DropdownComponent, DropzoneComponent, FABComponent, InputBaseComponent, ModalComponent, PasswordInputComponent, PopoverComponent, ProgressBarComponent, RadioButtonComponent, TooltipComponent, TriggerBaseComponent
- Defined in:
- app/components/fox_tail/concerns/has_stimulus_controller.rb
Instance Method Summary collapse
Instance Method Details
#before_render ⇒ Object
10 11 12 13 14 |
# File 'app/components/fox_tail/concerns/has_stimulus_controller.rb', line 10 def before_render super stimulus_controller.merge! html_attributes, if use_stimulus? end |
#stimulus_controller_options ⇒ Object
16 17 18 |
# File 'app/components/fox_tail/concerns/has_stimulus_controller.rb', line 16 def raise NotImplementedError end |