Class: RubyUI::SidebarWrapper

Inherits:
Base
  • Object
show all
Defined in:
lib/ruby_ui/sidebar/sidebar_wrapper.rb

Constant Summary collapse

"16rem"
"3rem"

Constants inherited from Base

Base::TAILWIND_MERGER

Instance Attribute Summary

Attributes inherited from Base

#attrs

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from RubyUI::Base

Instance Method Details

#view_templateObject



8
9
10
# File 'lib/ruby_ui/sidebar/sidebar_wrapper.rb', line 8

def view_template(&)
  div(**attrs, &)
end