Class: RubyUI::ComboboxListGroup
- Defined in:
- lib/ruby_ui/combobox/combobox_list_group.rb
Constant Summary collapse
- LABEL_CLASSES =
"before:content-[attr(label)] before:px-2 before:py-1.5 before:text-xs before:font-medium before:text-muted-foreground before:not-italic"
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
7 8 9 |
# File 'lib/ruby_ui/combobox/combobox_list_group.rb', line 7 def view_template(&) div(**attrs, &) end |