diff --git a/content/2.components/2.docs/alert.md b/content/2.components/2.docs/alert.md index 4c2242e9..5c922e15 100644 --- a/content/2.components/2.docs/alert.md +++ b/content/2.components/2.docs/alert.md @@ -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](/). ::