Skip to content

Commit a237e43

Browse files
Add a success dropdown
1 parent 9759db8 commit a237e43

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
{{< /dropdown >}}
3333

34+
{{< dropdown >}}</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+
{{< /dropdown >}}
40+
3441
{{< dropdown >}}
3542
title = 'Open dropdown by default'
3643
icon = 'fa-solid fa-eye'

0 commit comments

Comments
 (0)