Class: UiComponents::DaisyUi::Action::Dropdown::CardComponent

Inherits:
BaseComponent
  • Object
show all
Defined in:
app/components/ui_components/daisy_ui/action/dropdown/card_component.rb

Constant Summary collapse

CSS_CLASSES_DEFAULT =
%w[dropdown-content card card-sm bg-base-100 z-1 w-64 shadow-md].freeze
CSS_CLASSES =
(
  CSS_CLASSES_DEFAULT +
  Card::ItemComponent::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