Card

Card Title
Card description goes here.

Card content with some text.

<.card >
  <.card_header>
    <.card_title>Card Title</.card_title>
    <.card_description>Card description goes here.</.card_description>
  </.card_header>
  <.card_content>
    <p>Card content with some text.</p>
  </.card_content>
</.card>
Notifications
You have 3 unread messages.
3

Check your inbox for details.

<.card >
  <.card_header>
    <.card_title>Notifications</.card_title>
    <.card_description>You have 3 unread messages.</.card_description>
    <.card_action>
      <.badge variant="secondary">3</.badge>
    </.card_action>
  </.card_header>
  <.card_content>
    <p>Check your inbox for details.</p>
  </.card_content>
</.card>