|
1 | 1 | <template> |
2 | 2 | <CRow> |
3 | 3 | <CCol :xs="12"> |
4 | | - <DocsCallout name="List Group" href="components/list-group" /> |
| 4 | + <DocsCallout name="List Group" href="components/list-group.html" /> |
5 | 5 | </CCol> |
6 | 6 | <CCol :xs="12"> |
7 | 7 | <CCard class="mb-4"> |
|
14 | 14 | proper CSS classes. Build upon it with the options that follow, or |
15 | 15 | with your CSS as required. |
16 | 16 | </p> |
17 | | - <DocsExample href="components/list-group"> |
| 17 | + <DocsExample href="components/list-group.html"> |
18 | 18 | <CListGroup> |
19 | 19 | <CListGroupItem>Cras justo odio</CListGroupItem> |
20 | 20 | <CListGroupItem>Dapibus ac facilisis in</CListGroupItem> |
|
37 | 37 | <code><CListGroupItem></code> to show the current active |
38 | 38 | selection. |
39 | 39 | </p> |
40 | | - <DocsExample href="components/list-group/#active-items"> |
| 40 | + <DocsExample href="components/list-group.html#active-items"> |
41 | 41 | <CListGroup> |
42 | 42 | <CListGroupItem active>Cras justo odio</CListGroupItem> |
43 | 43 | <CListGroupItem>Dapibus ac facilisis in</CListGroupItem> |
|
59 | 59 | Add <code>disabled</code> boolean property to a |
60 | 60 | <code><CListGroupItem></code> to make it appear disabled. |
61 | 61 | </p> |
62 | | - <DocsExample href="components/list-group/#disabled-items"> |
| 62 | + <DocsExample href="components/list-group.html#disabled-items"> |
63 | 63 | <CListGroup> |
64 | 64 | <CListGroupItem disabled>Cras justo odio</CListGroupItem> |
65 | 65 | <CListGroupItem>Dapibus ac facilisis in</CListGroupItem> |
|
87 | 87 | <code><div></code> |
88 | 88 | s) don'tprovide a click or tap affordance. |
89 | 89 | </p> |
90 | | - <DocsExample href="components/list-group/#links-and-buttons"> |
| 90 | + <DocsExample href="components/list-group.html#links-and-buttons"> |
91 | 91 | <CListGroup> |
92 | 92 | <CListGroupItem component="a" href="#" active> |
93 | 93 | Cras justo odio |
|
120 | 120 | rounded corners to render list group items edge-to-edge in a parent |
121 | 121 | container (e.g., cards). |
122 | 122 | </p> |
123 | | - <DocsExample href="components/list-group/#flush"> |
| 123 | + <DocsExample href="components/list-group.html#flush"> |
124 | 124 | <CListGroup flush> |
125 | 125 | <CListGroupItem>Cras justo odio</CListGroupItem> |
126 | 126 | <CListGroupItem>Dapibus ac facilisis in</CListGroupItem> |
|
153 | 153 | groups.</strong |
154 | 154 | > |
155 | 155 | </p> |
156 | | - <DocsExample href="components/list-group/#flush"> |
| 156 | + <DocsExample href="components/list-group.html#flush"> |
157 | 157 | <template |
158 | 158 | v-for="item in ['', '-sm', '-md', '-lg', '-xl', '-xxl']" |
159 | 159 | :key="item" |
|
178 | 178 | Use contextual classes to style list items with a stateful |
179 | 179 | background and color. |
180 | 180 | </p> |
181 | | - <DocsExample href="components/list-group/#contextual-classes"> |
| 181 | + <DocsExample href="components/list-group.html#contextual-classes"> |
182 | 182 | <CListGroup> |
183 | 183 | <CListGroupItem>Dapibus ac facilisis in</CListGroupItem> |
184 | 184 | <CListGroupItem |
|
205 | 205 | <code>active</code> state; apply it to indicate an active selection |
206 | 206 | on a contextual list group item. |
207 | 207 | </p> |
208 | | - <DocsExample href="components/list-group/#contextual-classes"> |
| 208 | + <DocsExample href="components/list-group.html#contextual-classes"> |
209 | 209 | <CListGroup> |
210 | 210 | <CListGroupItem component="a" href="#" |
211 | 211 | >Dapibus ac facilisis in</CListGroupItem |
|
242 | 242 | Add badges to any list group item to show unread counts, activity, |
243 | 243 | and more. |
244 | 244 | </p> |
245 | | - <DocsExample href="components/list-group/#with-badges"> |
| 245 | + <DocsExample href="components/list-group.html#with-badges"> |
246 | 246 | <CListGroup> |
247 | 247 | <CListGroupItem |
248 | 248 | class="d-flex justify-content-between align-items-center" |
|
280 | 280 | >flexbox utilities</a |
281 | 281 | >. |
282 | 282 | </p> |
283 | | - <DocsExample href="components/list-group/#custom-content"> |
| 283 | + <DocsExample href="components/list-group.html#custom-content"> |
284 | 284 | <CListGroup> |
285 | 285 | <CListGroupItem component="a" href="#" active> |
286 | 286 | <div class="d-flex w-100 justify-content-between"> |
|
334 | 334 | Place CoreUI's checkboxes and radios within list group items and |
335 | 335 | customize as needed. |
336 | 336 | </p> |
337 | | - <DocsExample href="components/list-group/#checkboxes-and-radios"> |
| 337 | + <DocsExample href="components/list-group.html#checkboxes-and-radios"> |
338 | 338 | <CListGroup> |
339 | 339 | <CListGroupItem> |
340 | 340 | <CFormCheck label="Cras justo odio" /> |
|
0 commit comments