Thilo (Diskussion | Beiträge) K |
Thilo (Diskussion | Beiträge) K |
||
Zeile 1: | Zeile 1: | ||
<bootstrap_accordion> | <bootstrap_accordion> | ||
− | < | + | <bootstrap_panel heading="Headline for Panel1" class="card-link">Text inside the panel</bootstrap_panel> |
<bootstrap_panel heading="Headline for Panel2" color="danger">Text inside the panel</bootstrap_panel> | <bootstrap_panel heading="Headline for Panel2" color="danger">Text inside the panel</bootstrap_panel> | ||
<bootstrap_panel heading="Headline for Panel3" active>Text inside the panel</bootstrap_panel> | <bootstrap_panel heading="Headline for Panel3" active>Text inside the panel</bootstrap_panel> | ||
<bootstrap_panel heading="Headline for Panel4" color="info">Text inside the panel</bootstrap_panel> | <bootstrap_panel heading="Headline for Panel4" color="info">Text inside the panel</bootstrap_panel> | ||
+ | </bootstrap_accordion> | ||
+ | |||
+ | <bootstrap_accordion> | ||
+ | <bootstrap_card>Content text for the first panel</bootstrap_card> | ||
+ | <bootstrap_card>Content text for the second panel</bootstrap_card> | ||
+ | <bootstrap_card>Content text for the third panel</bootstrap_card> | ||
</bootstrap_accordion> | </bootstrap_accordion> |
Version vom 6. Oktober 2021, 08:47 Uhr
<bootstrap_accordion> <bootstrap_panel heading="Headline for Panel1" class="card-link">Text inside the panel</bootstrap_panel> <bootstrap_panel heading="Headline for Panel2" color="danger">Text inside the panel</bootstrap_panel> <bootstrap_panel heading="Headline for Panel3" active>Text inside the panel</bootstrap_panel> <bootstrap_panel heading="Headline for Panel4" color="info">Text inside the panel</bootstrap_panel> </bootstrap_accordion>
<bootstrap_accordion>
<bootstrap_card>Content text for the first panel</bootstrap_card> <bootstrap_card>Content text for the second panel</bootstrap_card> <bootstrap_card>Content text for the third panel</bootstrap_card>
</bootstrap_accordion>