Body of the Card Component
rx.card(
rx.text("Body of the Card Component"),
header=rx.heading("Header", size="lg"),
footer=rx.heading("Footer", size="sm"),
)
header=
and/or a footer with footer=
The parent wrapper that provides context for its children.
The wrapper that contains a card's header.
The wrapper that houses the card's main content.
The footer that houses the card actions.