The Card component introduces:

The method <%= code("render_card") %> defined in <%= code("app/helpers/components/card_helper.rb") %> accepts optional keyword arguments for each section of content in the card, offering maximum flexibility.

The sections are.

Note: Padding to the body is applied logically leaving you to define it when a block is passed with the presence of a title, otherwise, a default padding is provided to simplify the markup. Feel free to edit this in <%= code("app/views/components/ui/_card.html.erb") %>,