module Adminterface::Extensions::Views::Header
Constants
- ID
Public Instance Methods
tag_name()
click to toggle source
# File lib/adminterface/extensions/views/header.rb, line 7 def tag_name :nav end
Private Instance Methods
header_position_class()
click to toggle source
# File lib/adminterface/extensions/views/header.rb, line 35 def header_position_class header_components.dig(:css_class, header_components[:position]&.to_sym) end