Class: Spina::UserInterface::ModalComponent
- Inherits:
-
ApplicationComponent
- Object
- ViewComponent::Base
- ApplicationComponent
- Spina::UserInterface::ModalComponent
- Defined in:
- app/components/spina/user_interface/modal_component.rb
Instance Method Summary collapse
-
#initialize(size: "max-w-lg") ⇒ ModalComponent
constructor
A new instance of ModalComponent.
Constructor Details
#initialize(size: "max-w-lg") ⇒ ModalComponent
Returns a new instance of ModalComponent.
4 5 6 |
# File 'app/components/spina/user_interface/modal_component.rb', line 4 def initialize(size: "max-w-lg") @size = size end |