|
|
|
|
@ -42,7 +42,7 @@
|
|
|
|
|
<abp-card style="width: 18rem;">
|
|
|
|
|
<abp-card-body title="Card title" subtitle="Card subtitle">
|
|
|
|
|
<abp-card-text>Some quick example text to build on the card title and make up the bulk of the card's content.</abp-card-text>
|
|
|
|
|
<a abp-card-link href="#">Card link</a>
|
|
|
|
|
<a abp-card-link>Card link</a>
|
|
|
|
|
<a abp-card-link href="#">Another link</a>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
@ -50,9 +50,7 @@
|
|
|
|
|
<div class="code-area">
|
|
|
|
|
<pre>
|
|
|
|
|
<abp-card style="width: 18rem;">
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title>Card title</abp-card-title>
|
|
|
|
|
<abp-card-subtitle class="mb-2 text-muted">Card subtitle</abp-card-subtitle>
|
|
|
|
|
<abp-card-body title="Card title" subtitle="Card subtitle">
|
|
|
|
|
<abp-card-text>Some quick example text to build on the card title and make up the bulk of the card's content.</abp-card-text>
|
|
|
|
|
<a abp-card-link href="#">Card link</a>
|
|
|
|
|
<a abp-card-link href="#">Another link</a>
|
|
|
|
|
@ -67,7 +65,7 @@
|
|
|
|
|
<div class="demo-with-code">
|
|
|
|
|
<div class="demo-area">
|
|
|
|
|
<abp-card style="width: 18rem;">
|
|
|
|
|
<img class="card-img-top" src="~/imgs/demo/300x200.png" alt="Card image cap">
|
|
|
|
|
<img abp-card-image="Top" src="~/imgs/demo/300x200.png" alt="Card image cap">
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title>Card title</abp-card-title>
|
|
|
|
|
<abp-card-text>Some quick example text to build on the card title and make up the bulk of the card's content.</abp-card-text>
|
|
|
|
|
@ -78,7 +76,7 @@
|
|
|
|
|
<div class="code-area">
|
|
|
|
|
<pre>
|
|
|
|
|
<abp-card style="width: 18rem;">
|
|
|
|
|
<img class="card-img-top" src="~/imgs/demo/300x200.png" alt="Card image cap">
|
|
|
|
|
<img abp-card-image="Top" src="~/imgs/demo/300x200.png" alt="Card image cap">
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title>Card title</abp-card-title>
|
|
|
|
|
<abp-card-text>Some quick example text to build on the card title and make up the bulk of the card's content.</abp-card-text>
|
|
|
|
|
|