We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c4337 commit 8802455Copy full SHA for 8802455
layouts/shortcodes/dropdown.html
@@ -38,6 +38,30 @@
38
body="And some content and an icon!"
39
>}}
40
41
+{{< dropdown
42
+ title="A dropdown with multiple lines of text"
43
+ body=`
44
+ Snowflakes are our friends
45
+ They descend when winter comes
46
+ Making white blankets.
47
+ `
48
+>}}
49
+
50
51
+ title="A dropdown inside a dropdown"
52
+ icon="fa-solid fa-exclamation-triangle"
53
+ color="danger"
54
55
+ Here is a dropdown again!
56
57
+ {{< dropdown
58
+ title="A nested dropdown"
59
+ icon="fa-solid fa-bell"
60
+ body="And some content!"
61
+ >}}
62
63
64
65
{{< dropdown
66
title="Open dropdown by default"
67
icon="fa-solid fa-eye"
0 commit comments