Skip to content

Commit 15c4337

Browse files
Add a success dropdown
1 parent 4abce57 commit 15c4337

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

layouts/shortcodes/dropdown.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
body="And some content and an icon!"
3232
>}}
3333

34+
{{< dropdown
35+
title="A success color dropdown"
36+
icon="fa-solid fa-check"
37+
color="success"
38+
body="And some content and an icon!"
39+
>}}
40+
3441
{{< dropdown
3542
title="Open dropdown by default"
3643
icon="fa-solid fa-eye"

0 commit comments

Comments
 (0)