|
7 | 7 | header-tag="header"
|
8 | 8 | footer-tag="footer">
|
9 | 9 | <div slot="header">
|
10 |
| - <i class="fa fa-align-justify"></i> <strong>Bootstrap list group</strong> |
| 10 | + <i class="fa fa-align-justify"></i><strong> Bootstrap list group </strong> |
11 | 11 | <div class="card-header-actions">
|
12 | 12 | <a href="https://bootstrap-vue.js.org/docs/components/list-group" class="card-header-action" rel="noreferrer noopener" target="_blank">
|
13 | 13 | <small class="text-muted">docs</small>
|
|
28 | 28 | header-tag="header"
|
29 | 29 | footer-tag="footer">
|
30 | 30 | <div slot="header">
|
31 |
| - <i class="fa fa-align-justify"></i> <strong>List group</strong> <small>active items</small> |
| 31 | + <i class="fa fa-align-justify"></i><strong> List group </strong><small>active items</small> |
32 | 32 | </div>
|
33 | 33 | <b-list-group>
|
34 | 34 | <b-list-group-item>Cras justo odio</b-list-group-item>
|
|
46 | 46 | header-tag="header"
|
47 | 47 | footer-tag="footer">
|
48 | 48 | <div slot="header">
|
49 |
| - <i class="fa fa-align-justify"></i> <strong>List group</strong> <small>disabled items</small> |
| 49 | + <i class="fa fa-align-justify"></i><strong> List group </strong><small>disabled items</small> |
50 | 50 | </div>
|
51 | 51 | <b-list-group>
|
52 | 52 | <b-list-group-item disabled>Cras justo odio</b-list-group-item>
|
|
62 | 62 | header-tag="header"
|
63 | 63 | footer-tag="footer">
|
64 | 64 | <div slot="header">
|
65 |
| - <i class="fa fa-align-justify"></i> <strong>List group</strong> <small>actionable items</small> |
| 65 | + <i class="fa fa-align-justify"></i><strong> List group </strong><small>actionable items</small> |
66 | 66 | </div>
|
67 | 67 | <b-list-group>
|
68 | 68 | <b-list-group-item href="#some-link">Awesome link</b-list-group-item>
|
|
79 | 79 | header-tag="header"
|
80 | 80 | footer-tag="footer">
|
81 | 81 | <div slot="header">
|
82 |
| - <i class="fa fa-align-justify"></i> <strong>List group</strong> <small>buttons</small> |
| 82 | + <i class="fa fa-align-justify"></i><strong> List group </strong><small>buttons</small> |
83 | 83 | </div>
|
84 | 84 | <b-list-group>
|
85 | 85 | <b-list-group-item button>Button item</b-list-group-item>
|
|
94 | 94 | header-tag="header"
|
95 | 95 | footer-tag="footer">
|
96 | 96 | <div slot="header">
|
97 |
| - <i class="fa fa-align-justify"></i> <strong>List group</strong> <small>with badges</small> |
| 97 | + <i class="fa fa-align-justify"></i><strong> List group </strong><small>with badges</small> |
98 | 98 | </div>
|
99 | 99 | <b-list-group>
|
100 | 100 | <b-list-group-item class="d-flex justify-content-between align-items-center">
|
|
119 | 119 | header-tag="header"
|
120 | 120 | footer-tag="footer">
|
121 | 121 | <div slot="header">
|
122 |
| - <i class="fa fa-align-justify"></i> <strong>List group</strong> <small>variants</small> |
| 122 | + <i class="fa fa-align-justify"></i><strong> List group </strong><small>variants</small> |
123 | 123 | </div>
|
124 | 124 | <b-list-group>
|
125 | 125 | <b-list-group-item>This is a default list group item</b-list-group-item>
|
|
139 | 139 | header-tag="header"
|
140 | 140 | footer-tag="footer">
|
141 | 141 | <div slot="header">
|
142 |
| - <i class="fa fa-align-justify"></i> <strong>List group</strong> <small>variants active</small> |
| 142 | + <i class="fa fa-align-justify"></i><strong> List group </strong><small>variants active</small> |
143 | 143 | </div>
|
144 | 144 | <b-list-group>
|
145 | 145 | <b-list-group-item href="#">This is a default list group item</b-list-group-item>
|
|
161 | 161 | header-tag="header"
|
162 | 162 | footer-tag="footer">
|
163 | 163 | <div slot="header">
|
164 |
| - <i class="fa fa-align-justify"></i> <strong>List group</strong> <small>inside cards</small> |
| 164 | + <i class="fa fa-align-justify"></i><strong> List group </strong><small>inside cards</small> |
165 | 165 | </div>
|
166 | 166 | <b-card-group deck>
|
167 | 167 | <b-card header="<b>Card with list group</b>">
|
|
200 | 200 | header-tag="header"
|
201 | 201 | footer-tag="footer">
|
202 | 202 | <div slot="header">
|
203 |
| - <i class="fa fa-align-justify"></i> <strong>List group</strong> <small>custom content</small> |
| 203 | + <i class="fa fa-align-justify"></i><strong> List group </strong><small>custom content</small> |
204 | 204 | </div>
|
205 | 205 | <b-list-group>
|
206 | 206 | <b-list-group-item href="#" active class="flex-column align-items-start">
|
|
0 commit comments