|
|
|
@ -10,135 +10,597 @@
|
|
|
|
|
</abp-style-bundle>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@section scripts {
|
|
|
|
|
<abp-script-bundle>
|
|
|
|
|
@*<abp-script src="/libs/highlight.js/lib/highlight.js" />
|
|
|
|
|
<abp-script src="/Pages/Components/highlightCode.js" />*@
|
|
|
|
|
</abp-script-bundle>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet"
|
|
|
|
|
href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css">
|
|
|
|
|
<script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
|
|
|
|
|
<script>hljs.initHighlightingOnLoad();</script>
|
|
|
|
|
|
|
|
|
|
<h2>Cards</h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p>Based on <a href="http://getbootstrap.com/docs/4.1/components/card/" target="_blank"> Bootstrap card</a>.</p>
|
|
|
|
|
|
|
|
|
|
<h4># Example</h4>
|
|
|
|
|
<h4>Example</h4>
|
|
|
|
|
|
|
|
|
|
<div class="demo-with-code">
|
|
|
|
|
<div class="demo-area">
|
|
|
|
|
<abp-card>
|
|
|
|
|
<abp-card-header>Card header</abp-card-header>
|
|
|
|
|
<abp-card-body>Card body</abp-card-body>
|
|
|
|
|
|
|
|
|
|
<abp-card style="width: 18rem;">
|
|
|
|
|
<img abp-card-image="Top" src="~/imgs/demo/300x200.png" />
|
|
|
|
|
<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>
|
|
|
|
|
<a abp-button="Primary" href="#"> Go somewhere</a>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="code-area">
|
|
|
|
|
<pre><abp-card>
|
|
|
|
|
<abp-card-header>Card header</abp-card-header>
|
|
|
|
|
<abp-card-body>Card body</abp-card-body>
|
|
|
|
|
</abp-card></pre>
|
|
|
|
|
<abp-tabs>
|
|
|
|
|
<abp-tab title="Tag Helper">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<abp-card style="width: 18rem;">
|
|
|
|
|
<img abp-card-image="Top" src="~/imgs/demo/300x200.png"/>
|
|
|
|
|
<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>
|
|
|
|
|
<a abp-button="Primary" href="#"> Go somewhere</a>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
<abp-tab title="Rendered">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<div class="card" style="width: 18rem;">
|
|
|
|
|
<img class="card-img-top" src=".../100px180/" alt="Card image cap">
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<h5 class="card-title">Card title</h5>
|
|
|
|
|
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
|
|
|
|
|
<a href="#" class="btn btn-primary">Go somewhere</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
</abp-tabs>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4># Example</h4>
|
|
|
|
|
<h4>Titles, text, and links</h4>
|
|
|
|
|
|
|
|
|
|
<div class="demo-with-code">
|
|
|
|
|
<div class="demo-area">
|
|
|
|
|
|
|
|
|
|
<abp-card style="width: 18rem;">
|
|
|
|
|
<abp-card-body title="Card title" subtitle="Card subtitle">
|
|
|
|
|
<abp-card-text>
|
|
|
|
|
This is a sample card component built by
|
|
|
|
|
ABP bootstrap card tag helper.
|
|
|
|
|
</abp-card-text>
|
|
|
|
|
<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-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>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="code-area">
|
|
|
|
|
<pre>
|
|
|
|
|
<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 href="#">Another link</a>
|
|
|
|
|
<abp-tabs>
|
|
|
|
|
<abp-tab title="Tag Helper">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<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-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>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
</pre>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
<abp-tab title="Rendered">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<div class="card" style="width: 18rem;">
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<h5 class="card-title">Card title</h5>
|
|
|
|
|
<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>
|
|
|
|
|
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
|
|
|
|
|
<a href="#" class="card-link">Card link</a>
|
|
|
|
|
<a href="#" class="card-link">Another link</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
</abp-tabs>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4># Example</h4>
|
|
|
|
|
<h4>List groups</h4>
|
|
|
|
|
|
|
|
|
|
<div class="demo-with-code">
|
|
|
|
|
<div class="demo-area">
|
|
|
|
|
|
|
|
|
|
<abp-card style="width: 18rem;">
|
|
|
|
|
<abp-list-group flush="true">
|
|
|
|
|
<abp-list-group-item>Cras justo odio</abp-list-group-item>
|
|
|
|
|
<abp-list-group-item>Dapibus ac facilisis in</abp-list-group-item>
|
|
|
|
|
<abp-list-group-item>Vestibulum at eros</abp-list-group-item>
|
|
|
|
|
</abp-list-group>
|
|
|
|
|
</abp-card>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="code-area">
|
|
|
|
|
<abp-tabs>
|
|
|
|
|
<abp-tab title="Tag Helper">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<abp-card style="width: 18rem;">
|
|
|
|
|
<abp-list-group flush="true">
|
|
|
|
|
<abp-list-group-item>Cras justo odio</abp-list-group-item>
|
|
|
|
|
<abp-list-group-item>Dapibus ac facilisis in</abp-list-group-item>
|
|
|
|
|
<abp-list-group-item>Vestibulum at eros</abp-list-group-item>
|
|
|
|
|
</abp-list-group>
|
|
|
|
|
</abp-card>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
<abp-tab title="Rendered">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<div class="card" style="width: 18rem;">
|
|
|
|
|
<ul class="list-group list-group-flush">
|
|
|
|
|
<li class="list-group-item">Cras justo odio</li>
|
|
|
|
|
<li class="list-group-item">Dapibus ac facilisis in</li>
|
|
|
|
|
<li class="list-group-item">Vestibulum at eros</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
</abp-tabs>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="demo-with-code">
|
|
|
|
|
<div class="demo-area">
|
|
|
|
|
|
|
|
|
|
<abp-card style="width: 18rem;">
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-list-group flush="true">
|
|
|
|
|
<abp-list-group-item>Cras justo odio</abp-list-group-item>
|
|
|
|
|
<abp-list-group-item>Dapibus ac facilisis in</abp-list-group-item>
|
|
|
|
|
<abp-list-group-item>Vestibulum at eros</abp-list-group-item>
|
|
|
|
|
</abp-list-group>
|
|
|
|
|
</abp-card>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="code-area">
|
|
|
|
|
<abp-tabs>
|
|
|
|
|
<abp-tab title="Tag Helper">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<abp-card style="width: 18rem;">
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-list-group flush="true">
|
|
|
|
|
<abp-list-group-item>Cras justo odio</abp-list-group-item>
|
|
|
|
|
<abp-list-group-item>Dapibus ac facilisis in</abp-list-group-item>
|
|
|
|
|
<abp-list-group-item>Vestibulum at eros</abp-list-group-item>
|
|
|
|
|
</abp-list-group>
|
|
|
|
|
</abp-card>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
<abp-tab title="Rendered">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<div class="card" style="width: 18rem;">
|
|
|
|
|
<div class="card-header">
|
|
|
|
|
Featured
|
|
|
|
|
</div>
|
|
|
|
|
<ul class="list-group list-group-flush">
|
|
|
|
|
<li class="list-group-item">Cras justo odio</li>
|
|
|
|
|
<li class="list-group-item">Dapibus ac facilisis in</li>
|
|
|
|
|
<li class="list-group-item">Vestibulum at eros</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
</abp-tabs>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4>Kitchen sink</h4>
|
|
|
|
|
|
|
|
|
|
<div class="demo-with-code">
|
|
|
|
|
<div class="demo-area">
|
|
|
|
|
|
|
|
|
|
<abp-card style="width: 18rem;">
|
|
|
|
|
<img abp-card-image="Top" src="~/imgs/demo/300x200.png">
|
|
|
|
|
<img abp-card-image="Top" src="~/imgs/demo/300x200.png" />
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title>Card title</abp-card-title>
|
|
|
|
|
<abp-card-text>
|
|
|
|
|
This is a sample card component built by
|
|
|
|
|
ABP bootstrap card tag helper.
|
|
|
|
|
</abp-card-text>
|
|
|
|
|
<a abp-button="Primary" href="#">Go somewhere →</a>
|
|
|
|
|
<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>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
<abp-list-group flush="true">
|
|
|
|
|
<abp-list-group-item>Cras justo odio</abp-list-group-item>
|
|
|
|
|
<abp-list-group-item>Dapibus ac facilisis in</abp-list-group-item>
|
|
|
|
|
<abp-list-group-item>Vestibulum at eros</abp-list-group-item>
|
|
|
|
|
</abp-list-group>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<a abp-card-link href="#">Card link</a>
|
|
|
|
|
<a abp-card-link href="#">Another link</a>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="code-area">
|
|
|
|
|
<pre>
|
|
|
|
|
<abp-card style="width: 18rem;">
|
|
|
|
|
<img abp-card-image="Top" src="~/imgs/demo/300x200.png" alt="Card image cap">
|
|
|
|
|
<abp-tabs>
|
|
|
|
|
<abp-tab title="Tag Helper">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<abp-card style="width: 18rem;">
|
|
|
|
|
<img abp-card-image="Top" src="~/imgs/demo/300x200.png" />
|
|
|
|
|
<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>
|
|
|
|
|
<a href="#" class="btn btn-primary">Go somewhere</a>
|
|
|
|
|
<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>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
<abp-list-group flush="true">
|
|
|
|
|
<abp-list-group-item>Cras justo odio</abp-list-group-item>
|
|
|
|
|
<abp-list-group-item>Dapibus ac facilisis in</abp-list-group-item>
|
|
|
|
|
<abp-list-group-item>Vestibulum at eros</abp-list-group-item>
|
|
|
|
|
</abp-list-group>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<a abp-card-link href="#">Card link</a>
|
|
|
|
|
<a abp-card-link href="#">Another link</a>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
</pre>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
<abp-tab title="Rendered">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<div class="card" style="width: 18rem;">
|
|
|
|
|
<img class="card-img-top" src=".../100px180/?text=Image cap" alt="Card image cap">
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<h5 class="card-title">Card title</h5>
|
|
|
|
|
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
|
|
|
|
|
</div>
|
|
|
|
|
<ul class="list-group list-group-flush">
|
|
|
|
|
<li class="list-group-item">Cras justo odio</li>
|
|
|
|
|
<li class="list-group-item">Dapibus ac facilisis in</li>
|
|
|
|
|
<li class="list-group-item">Vestibulum at eros</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<a href="#" class="card-link">Card link</a>
|
|
|
|
|
<a href="#" class="card-link">Another link</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
</abp-tabs>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4># Example</h4>
|
|
|
|
|
<h4>Header and footer</h4>
|
|
|
|
|
|
|
|
|
|
<div class="demo-with-code">
|
|
|
|
|
<div class="demo-area">
|
|
|
|
|
|
|
|
|
|
<abp-card>
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
<a abp-button="Primary" href="#"> Go somewhere</a>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="code-area">
|
|
|
|
|
<abp-tabs>
|
|
|
|
|
<abp-tab title="Tag Helper">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<abp-card style="width: 18rem;">
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
<a abp-button="Primary" href="#"> Go somewhere</a>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
<abp-tab title="Rendered">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<div class="card">
|
|
|
|
|
<div class="card-header">
|
|
|
|
|
Featured
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<h5 class="card-title">Special title treatment</h5>
|
|
|
|
|
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
|
|
|
|
|
<a href="#" class="btn btn-primary">Go somewhere</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
</abp-tabs>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="demo-with-code">
|
|
|
|
|
<div class="demo-area">
|
|
|
|
|
|
|
|
|
|
<abp-card>
|
|
|
|
|
<abp-card-header>Quote</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-blockquote>
|
|
|
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
|
|
|
|
|
<footer>Someone famous in Source Title</footer>
|
|
|
|
|
</abp-blockquote>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="code-area">
|
|
|
|
|
<abp-tabs>
|
|
|
|
|
<abp-tab title="Tag Helper">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<abp-card>
|
|
|
|
|
<abp-card-header>Quote</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-blockquote>
|
|
|
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
|
|
|
|
|
<footer>Someone famous in Source Title</footer>
|
|
|
|
|
</abp-blockquote>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
<abp-tab title="Rendered">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<div class="card">
|
|
|
|
|
<div class="card-header">
|
|
|
|
|
Quote
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<blockquote class="blockquote mb-0">
|
|
|
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
|
|
|
|
|
<footer class="blockquote-footer">Someone famous in Source Titl</footer>
|
|
|
|
|
</blockquote>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
</abp-tabs>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="demo-with-code">
|
|
|
|
|
<div class="demo-area">
|
|
|
|
|
|
|
|
|
|
<abp-card class="text-center">
|
|
|
|
|
<abp-card-header>
|
|
|
|
|
<ul class="nav nav-tabs card-header-tabs">
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link active" href="#">Active</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="#link">Link</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link disabled" href="#disabledlink">Disabled</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</abp-card-header>
|
|
|
|
|
<abp-card-body title="Special title treatment">
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
<a href="#" class="btn btn-primary">Go somewhere</a>
|
|
|
|
|
<a abp-button="Primary" href="#"> Go somewhere</a>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
<abp-card-footer class="text-muted"> 2 days ago</abp-card-footer>
|
|
|
|
|
</abp-card>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="code-area">
|
|
|
|
|
<pre>
|
|
|
|
|
<abp-card class="text-center">
|
|
|
|
|
<abp-card-header>
|
|
|
|
|
<ul class="nav nav-tabs card-header-tabs">
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link active" href="#">Active</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="#link">Link</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link disabled" href="#disabledlink">Disabled</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</abp-card-header>
|
|
|
|
|
<abp-card-body title="Special title treatment">
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
<a href="#" class="btn btn-primary">Go somewhere</a>
|
|
|
|
|
<abp-tabs>
|
|
|
|
|
<abp-tab title="Tag Helper">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<abp-card class="text-center">
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
<a abp-button="Primary" href="#"> Go somewhere</a>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
<abp-card-footer class="text-muted"> 2 days ago</abp-card-footer>
|
|
|
|
|
</abp-card>
|
|
|
|
|
</pre>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
<abp-tab title="Rendered">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<div class="card text-center">
|
|
|
|
|
<div class="card-header">
|
|
|
|
|
Featured
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<h5 class="card-title">Special title treatment</h5>
|
|
|
|
|
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
|
|
|
|
|
<a href="#" class="btn btn-primary">Go somewhere</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card-footer text-muted">
|
|
|
|
|
2 days ago
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
</abp-tabs>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<hr />
|
|
|
|
|
<h4>Card styles</h4>
|
|
|
|
|
|
|
|
|
|
<h5>Background and color</h5>
|
|
|
|
|
|
|
|
|
|
<a asp-page="../">< back</a>
|
|
|
|
|
<div class="demo-with-code">
|
|
|
|
|
<div class="demo-area">
|
|
|
|
|
|
|
|
|
|
<abp-card background="Primary" class="mb-3" style="max-width: 18rem;">
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
<abp-card background="Success" text-color="Danger" border="Dark" class="mb-3" style="max-width: 18rem;">
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
<abp-card background="Warning" text-color="Secondary" class="mb-3" style="max-width: 18rem;">
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
<abp-card background="Light" text-color="Dark" border="Success" class="mb-3" style="max-width: 18rem;">
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
<abp-card background="Dark" text-color="White" border="Danger" class="mb-3" style="max-width: 18rem;">
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
|
|
|
|
|
<abp-card background="Danger" class="mb-3" style="max-width: 18rem;">
|
|
|
|
|
<abp-card-header text-color="Primary">Featured</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
|
|
|
|
|
<abp-card background="Info" border="Danger" class="mb-3" style="max-width: 18rem;">
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-card-body text-color="Danger">
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="code-area">
|
|
|
|
|
<abp-tabs>
|
|
|
|
|
<abp-tab title="Tag Helper">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<abp-card background="Primary" class="mb-3" style="max-width: 18rem;">
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
|
|
|
|
|
<abp-card background="Success" text-color="Danger" border="Dark" class="mb-3" style="max-width: 18rem;">
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
|
|
|
|
|
<abp-card background="Warning" text-color="Secondary" class="mb-3" style="max-width: 18rem;">
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
|
|
|
|
|
<abp-card background="Light" text-color="Dark" border="Success" class="mb-3" style="max-width: 18rem;">
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
|
|
|
|
|
<abp-card background="Dark" text-color="White" border="Danger" class="mb-3" style="max-width: 18rem;">
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
|
|
|
|
|
<abp-card background="Danger" class="mb-3" style="max-width: 18rem;">
|
|
|
|
|
<abp-card-header text-color="Primary">Featured</abp-card-header>
|
|
|
|
|
<abp-card-body>
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
|
|
|
|
|
<abp-card background="Info" border="Danger" class="mb-3" style="max-width: 18rem;">
|
|
|
|
|
<abp-card-header>Featured</abp-card-header>
|
|
|
|
|
<abp-card-body text-color="Danger">
|
|
|
|
|
<abp-card-title> Special title treatment</abp-card-title>
|
|
|
|
|
<abp-card-text>With supporting text below as a natural lead-in to additional content.</abp-card-text>
|
|
|
|
|
</abp-card-body>
|
|
|
|
|
</abp-card>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
<abp-tab title="Rendered">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<div class="card bg-primary mb-3" style="max-width: 18rem;">
|
|
|
|
|
<div class="card-header">Featured</div>
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<h5 class="card-title"> Special title treatment</h5>
|
|
|
|
|
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="card text-danger bg-success border-dark mb-3" style="max-width: 18rem;">
|
|
|
|
|
<div class="card-header">Featured</div>
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<h5 class="card-title"> Special title treatment</h5>
|
|
|
|
|
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="card text-secondary bg-warning mb-3" style="max-width: 18rem;">
|
|
|
|
|
<div class="card-header">Featured</div>
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<h5 class="card-title"> Special title treatment</h5>
|
|
|
|
|
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="card text-dark bg-light border-success mb-3" style="max-width: 18rem;">
|
|
|
|
|
<div class="card-header">Featured</div>
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<h5 class="card-title"> Special title treatment</h5>
|
|
|
|
|
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="card text-white bg-dark border-danger mb-3" style="max-width: 18rem;">
|
|
|
|
|
<div class="card-header">Featured</div>
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<h5 class="card-title"> Special title treatment</h5>
|
|
|
|
|
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="card bg-danger mb-3" style="max-width: 18rem;">
|
|
|
|
|
<div class="card-header text-primary">Featured</div>
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<h5 class="card-title"> Special title treatment</h5>
|
|
|
|
|
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="card bg-info border-danger mb-3" style="max-width: 18rem;">
|
|
|
|
|
<div class="card-header">Featured</div>
|
|
|
|
|
<div class="card-body text-danger">
|
|
|
|
|
<h5 class="card-title"> Special title treatment</h5>
|
|
|
|
|
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
</abp-tabs>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|