You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BlazorBootstrap.Demo.RCL/Components/Pages/Accordion/Accordion_Demo_01_Examples.razor
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
<AccordionItemTitle="Accordion Item #1">
3
3
<Content>
4
4
<b>This is the first item's accordion body.</b> It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
5
+
<Accordion>
6
+
<AccordionItemTitle="Accordion Item #1.1">
7
+
<Content>
8
+
<b>This is the first item in a nested accordion body.</b>.
9
+
</Content>
10
+
</AccordionItem>
11
+
<AccordionItemTitle="Accordion Item #1.2">
12
+
<Content>
13
+
<b>This is the second item in a nested accordion body.</b>.
0 commit comments