The Code
class ApplicationViewComponent < ViewComponent::Base
include Turbo::FramesHelper
end
class ExampleComponent < ApplicationViewComponent
end
The Pro’s & Cons
I’ve no idea what the cons are.
nathank.online | HomeTurbo Frames in View Components (Rails)
The Code
class ApplicationViewComponent < ViewComponent::Base include Turbo::FramesHelper end class ExampleComponent < ApplicationViewComponent end
The Pro’s & Cons
I’ve no idea what the cons are.