Sha256: 4df9fd82779a5804a54240fe30afb772e88392186b6e5645a40c5ee9f84b26c5
Contents?: true
Size: 312 Bytes
Versions: 37
Compression:
Stored size: 312 Bytes
Contents
module Lookbook class Header::Component < Lookbook::BaseComponent renders_one :branding def initialize(debug_menu: false, **html_attrs) @debug_menu = debug_menu super(**html_attrs) end def landing_path helpers.landing_path if defined? helpers.landing_path end end end
Version data entries
37 entries across 37 versions & 1 rubygems