Class: UiComponents::DaisyUi::DataDisplay::Stat::ItemComponent

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

Constant Summary collapse

CSS_CLASSES_DEFAULT =
%w[stat].freeze
CSS_CLASSES =
(
  CSS_CLASSES_DEFAULT +
  Item::FigureComponent::CSS_CLASSES +
  Item::TitleComponent::CSS_CLASSES +
  Item::ValueComponent::CSS_CLASSES +
  Item::DescriptionComponent::CSS_CLASSES +
  Item::ActionComponent::CSS_CLASSES
).freeze

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