DaisyUIComponents.Card (DaisyUIComponents v0.8.5)
View SourceCard component
Summary
Functions
Returns the modifiers of the card component.
Returns the placements of the card component.
Functions
Attributes
class
(:any
) - Defaults tonil
.size
(:string
) - Must be one of"xs"
,"sm"
,"md"
,"lg"
, or"xl"
.placement
(:string
) - Must be one of"top"
, or"bottom"
.bordered
(:boolean
) - Defaults tofalse
.modifier
(:string
) - Must be one of"side"
, or"image_full"
.- Global attributes are accepted.
Slots
card_title
- Accepts attributes:class
(:any
)
card_body
- Accepts attributes:class
(:any
)
card_actions
- Accepts attributes:class
(:any
)
inner_block
Attributes
class
(:any
) - Defaults tonil
.- Global attributes are accepted.
Slots
inner_block
Attributes
class
(:any
) - Defaults tonil
.- Global attributes are accepted.
Slots
inner_block
Attributes
class
(:any
) - Defaults tonil
.label
(:string
) - Defaults tonil
.- Global attributes are accepted.
Slots
inner_block
Returns the modifiers of the card component.
Description
Retrieves a fixed list of all possible modifiers.
Returns the placements of the card component.
Description
Retrieves a fixed list of all possible placements.