Alert title
<.alert id="alert-single-neutral">
  <:start_content>
    <.icon name="star" />
  </:start_content>
  <:action_button_content>
    Action
  </:action_button_content>
  Alert title
</.alert>
Alert title
Content here
<.alert id="alert-single-neutral-with-description">
  <:start_content>
    <.icon name="star" />
  </:start_content>
  <:action_button_content>
    Action
  </:action_button_content>
  <:description>
    Content here
  </:description>
  Alert title
</.alert>