@@ -50,7 +50,7 @@ Below is an example of a basic card with mixed content and a fixed width. Cards
5050 < CCardText>
5151 Some quick example text to build on the card title and make up the bulk of the card' s content.
5252 </CCardText>
53- <CButton href="#">Go somewhere</CButton>
53+ <CButton color="primary" href="#">Go somewhere</CButton>
5454 </CCardBody>
5555</CCard>
5656```
@@ -175,7 +175,7 @@ Add an optional header and/or footer within a card.
175175 < CCardBody>
176176 < CCardTitle> Special title treatment< / CCardTitle>
177177 < CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
178- < CButton href= " #" > Go somewhere< / CButton>
178+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
179179 < / CCardBody>
180180< / CCard>
181181```
@@ -188,7 +188,7 @@ Card headers can be styled by adding ex. `component="h5"`.
188188 < CCardBody>
189189 < CCardTitle> Special title treatment< / CCardTitle>
190190 < CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
191- < CButton href= " #" > Go somewhere< / CButton>
191+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
192192 < / CCardBody>
193193< / CCard>
194194```
@@ -213,7 +213,7 @@ Card headers can be styled by adding ex. `component="h5"`.
213213 < CCardBody>
214214 < CCardTitle> Special title treatment< / CCardTitle>
215215 < CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
216- < CButton href= " #" > Go somewhere< / CButton>
216+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
217217 < / CCardBody>
218218 < CCardFooter className= " text-body-secondary" > 2 days ago< / CCardFooter>
219219< / CCard>
@@ -236,7 +236,7 @@ Using the grid, wrap cards in columns and rows as needed.
236236 < CCardText>
237237 With supporting text below as a natural lead- in to additional content.
238238 < / CCardText>
239- < CButton href= " #" > Go somewhere< / CButton>
239+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
240240 < / CCardBody>
241241 < / CCard>
242242 < / CCol>
@@ -247,7 +247,7 @@ Using the grid, wrap cards in columns and rows as needed.
247247 < CCardText>
248248 With supporting text below as a natural lead- in to additional content.
249249 < / CCardText>
250- < CButton href= " #" > Go somewhere< / CButton>
250+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
251251 < / CCardBody>
252252 < / CCard>
253253 < / CCol>
@@ -263,14 +263,14 @@ Use some of [available sizing utilities](https://coreui.io/docs/utilities/sizing
263263 < CCardBody>
264264 < CCardTitle> Card title< / CCardTitle>
265265 < CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
266- < CButton href= " #" > Go somewhere< / CButton>
266+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
267267 < / CCardBody>
268268 < / CCard>
269269 < CCard className= " w-50" >
270270 < CCardBody>
271271 < CCardTitle> Card title< / CCardTitle>
272272 < CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
273- < CButton href= " #" > Go somewhere< / CButton>
273+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
274274 < / CCardBody>
275275 < / CCard>
276276```
@@ -284,7 +284,7 @@ Use custom CSS in your stylesheets or as inline styles to set a width.
284284 < CCardBody>
285285 < CCardTitle> Special title treatment< / CCardTitle>
286286 < CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
287- < CButton href= " #" > Go somewhere< / CButton>
287+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
288288 < / CCardBody>
289289< / CCard>
290290```
@@ -298,21 +298,21 @@ You can instantly change the text arrangement of any card—in its whole or spec
298298 < CCardBody>
299299 < CCardTitle> Special title treatment< / CCardTitle>
300300 < CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
301- < CButton href= " #" > Go somewhere< / CButton>
301+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
302302 < / CCardBody>
303303 < / CCard>
304304 < CCard className= " text-center" style= {{width: ' 18rem' }}>
305305 < CCardBody>
306306 < CCardTitle> Special title treatment< / CCardTitle>
307307 < CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
308- < CButton href= " #" > Go somewhere< / CButton>
308+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
309309 < / CCardBody>
310310 < / CCard>
311311 < CCard className= " text-end" style= {{width: ' 18rem' }}>
312312 < CCardBody>
313313 < CCardTitle> Special title treatment< / CCardTitle>
314314 < CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
315- < CButton href= " #" > Go somewhere< / CButton>
315+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
316316 < / CCardBody>
317317 < / CCard>
318318```
@@ -339,7 +339,7 @@ Add some navigation to a `<CCardHeader>` with our `<CNav>` component.
339339 < CCardBody>
340340 < CCardTitle> Special title treatment< / CCardTitle>
341341 < CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
342- < CButton href= " #" > Go somewhere< / CButton>
342+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
343343 < / CCardBody>
344344< / CCard>
345345```
@@ -362,7 +362,7 @@ Add some navigation to a `<CCardHeader>` with our `<CNav>` component.
362362 < CCardBody>
363363 < CCardTitle> Special title treatment< / CCardTitle>
364364 < CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
365- < CButton href= " #" > Go somewhere< / CButton>
365+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
366366 < / CCardBody>
367367< / CCard>
368368```
0 commit comments