Class: UiComponents::DaisyUi::DataDisplay::Diff::Item2Component

Inherits:
BaseComponent
  • Object
show all
Defined in:
app/components/ui_components/daisy_ui/data_display/diff/item2_component.rb

Constant Summary collapse

CSS_CLASSES_DEFAULT =
%w[diff-item-2].freeze
CSS_CLASSES =
CSS_CLASSES_DEFAULT

Constants inherited from BaseComponent

BaseComponent::ALIGNS, BaseComponent::AXES, BaseComponent::COLORS, BaseComponent::CSS_CLASSES_VARIANTS, BaseComponent::KINDS, BaseComponent::SIZES

Instance Attribute Summary

Attributes inherited from BaseComponent

#slot_order

Method Summary

Methods inherited from BaseComponent

#initialize, tracks_slot_order

Constructor Details

This class inherits a constructor from UiComponents::DaisyUi::BaseComponent