ui.card_footer
Card footer container
A general container for the "footer" of a card. This component is designed to be provided as a direct child to card.
The footer has a different background color and border than the rest of the card.
Parameters
*args : TagChild | TagAttrs = ()
-
Contents to the footer container. Or tag attributes that are supplied to the resolved Tag object.
****kwargs** : TagAttrValue = {}
-
Additional HTML attributes for the returned Tag.
Returns
See Also
- card for creating a card component.
- card_footer for creating a footer within the card.
Examples
Loading...