Sha256: b555777b5a76af7f6d110387883a468a4bc5df943a859535b805815d055b03fa
Contents?: true
Size: 273 Bytes
Versions: 2
Compression:
Stored size: 273 Bytes
Contents
# typed: false # frozen_string_literal: true module Ariadne module Turbo module Frame class Component < ApplicationViewComponent option :component def target @target ||= component.component_id end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ariadne_view_components-0.0.74 | app/components/ariadne/turbo/frame/component.rb |
ariadne_view_components-0.0.73 | app/components/ariadne/turbo/frame/component.rb |