Sha256: 64aad63f4698c384aea0eb019a6cd7bd576ce4dad1b6985ca19bc2313be3d968
Contents?: true
Size: 211 Bytes
Versions: 1
Compression:
Stored size: 211 Bytes
Contents
module Lookbook class TabbedContent::Section::Component < Lookbook::Component def initialize(ref:, id: nil, **html_attrs) @ref = ref @id = id || ref super(**html_attrs) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lookbook-1.0.0.beta.0 | app/components/lookbook/tabbed_content/section/component.rb |