Docs

Cinder UI

Layout.card_title

Server-rendered

Card title text.

Basic title

Payment method

Visa ending in 4242.

  <.card class="max-w-sm">
  <.card_header>
    <.card_title>Payment method</.card_title>
  </.card_header>
  <.card_content>
    <p class="text-sm">Visa ending in 4242.</p>
  </.card_content>
</.card>

Custom title size

Pro plan
Renews on the 1st of each month.
  <.card class="max-w-sm">
  <.card_header>
    <.card_title class="text-xl">Pro plan</.card_title>
    <.card_description>Renews on the 1st of each month.</.card_description>
  </.card_header>
</.card>

Attributes

Name Type Default Values Global Includes
class :string
rest :global

Slots

Slot Slot Attributes
inner_block Required