Module: UiComponents::Config::DaisyUiClassNames
- Defined in:
- lib/ui_components/config/daisy_ui_class_names.rb
Constant Summary collapse
- DAISY_UI_COMPONENTS =
- { action: %w[button dropdown modal swap], data_display: %w[accordion avatar badge card carousel chat countdown diff kbd list stat status table timeline] }.freeze 
Class Method Summary collapse
Class Method Details
.all ⇒ Object
| 12 13 14 15 16 17 | # File 'lib/ui_components/config/daisy_ui_class_names.rb', line 12 def all ( DAISY_UI_COMPONENTS.filter_map { |scope, components| get_component_classes(scope:, components:) }.flatten + other_class_names ).uniq end |