Sha256: 608df0f6fb9f4f8ca7f49897c8059ded9f9ddea7801de80325de30cd7903db18
Contents?: true
Size: 268 Bytes
Versions: 2
Compression:
Stored size: 268 Bytes
Contents
# typed: false # frozen_string_literal: true module UI 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.72 | app/components/ariadne/turbo/frame/component.rb |
ariadne_view_components-0.0.71 | app/components/ariadne/turbo/frame/component.rb |