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 a237e43 commit 8da816aCopy full SHA for 8da816a
layouts/shortcodes/dropdown.html
@@ -39,12 +39,25 @@
39
{{< /dropdown >}}
40
41
{{< dropdown >}}
42
-title = 'Open dropdown by default'
43
-icon = 'fa-solid fa-eye'
44
-color = 'info'
45
-open = true
46
-body = 'This dropdown is open by default!'
+title = "A dropdown inside a dropdown"
+icon = "fa-solid fa-exclamation-triangle"
+body='''
+ Here is a dropdown again!
+{{< dropdown >}}
47
+ title="A nested dropdown"
48
+ icon="fa-solid fa-bell"
49
+ body="And some content!"
50
51
+'''
52
+{{< /dropdown >}}
53
+
54
+{{< dropdown
55
+ title="Open dropdown by default"
56
+ icon="fa-solid fa-eye"
57
+ color="info"
58
+ open="true"
59
+ body="This dropdown is open by default!"
60
+>}}
61
62
63
title = 'Fade in animation'
0 commit comments