::alert{icon="lucide:info"}
  A **default** alert with `code` and a [link](/).
::
::alert{type="secondary" icon="lucide:info"}
  A **secondary** alert with `code` and a [link](/).
::
::alert{type="info" icon="lucide:info"}
  An **info** alert with `code` and a [link](/).
::
::alert{type="note" icon="lucide:pencil"}
  A **note** alert with `code` and a [link](/).
::
::alert{type="success" icon="lucide:lightbulb"}
  A **success** alert with `code` and a [link](/).
::
::alert{type="example" icon="lucide:test-tube"}
  An **example** alert with `code` and a [link](/).
::
::alert{type="warning" icon="lucide:triangle-alert"}
  A **warning** alert with `code` and a [link](/).
::
::alert{type="danger" icon="lucide:circle-x"}
  A **danger** alert with `code` and a [link](/).
::
::alert{title="Title" icon="lucide:layout-list"}
  An alert with a title.
::
::alert{to="https://github.com/ZTL-UwU/shadcn-docs-nuxt" target="_blank" icon="lucide:link"}
  A **link** alert.
::