Skip to content

Commit

Permalink
docs: add missing alert md code
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Dec 12, 2024
1 parent 92a8940 commit 7094643
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/2.components/2.docs/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,18 @@ badges:
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](/).
::
Expand Down

0 comments on commit 7094643

Please sign in to comment.