Class: RubyUI::SidebarWrapper
- Defined in:
- lib/ruby_ui/sidebar/sidebar_wrapper.rb
Constant Summary collapse
- SIDEBAR_WIDTH =
"16rem"- SIDEBAR_WIDTH_ICON =
"3rem"
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from RubyUI::Base
Instance Method Details
#view_template ⇒ Object
8 9 10 |
# File 'lib/ruby_ui/sidebar/sidebar_wrapper.rb', line 8 def view_template(&) div(**attrs, &) end |