Class: RubyUI::ComboboxListGroup

Inherits:
Base
  • Object
show all
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

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



7
8
9
# File 'lib/ruby_ui/combobox/combobox_list_group.rb', line 7

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