Add multisegment card component example
This commit is contained in:
@@ -117,6 +117,37 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Component: Multisegment Card -->
|
||||
<section id="component-multisegment-card">
|
||||
<p class="sg-preview-label">Component: Multisegment Card</p>
|
||||
|
||||
<div class="sg-preview-area">
|
||||
|
||||
<article class="sg-card" data-component="multisegment-card">
|
||||
<div class="sg-card-segment sg-card-segment--header sg-card-segment--darkblue" data-component-part="card-header">
|
||||
<div class="sg-strong">Multisegment Card</div>
|
||||
</div>
|
||||
|
||||
<div class="sg-card-segment sg-card-segment--gray" data-component-part="card-segment">
|
||||
<p class="sg-body">Erstes graues Segment mit Textinhalt.</p>
|
||||
</div>
|
||||
|
||||
<div class="sg-card-segment sg-card-segment--gray" data-component-part="card-segment">
|
||||
<p class="sg-body">Zweites graues Segment mit Textinhalt.</p>
|
||||
</div>
|
||||
|
||||
<div class="sg-card-segment sg-card-segment--white" data-component-part="card-segment">
|
||||
<p class="sg-body">Erstes weißes Segment.</p>
|
||||
</div>
|
||||
|
||||
<div class="sg-card-segment sg-card-segment--white" data-component-part="card-segment">
|
||||
<p class="sg-body">Zweites weißes Segment.</p>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Component: Transparent Card -->
|
||||
<section id="component-transparent-card">
|
||||
<p class="sg-preview-label">Component: Transparent Card</p>
|
||||
|
||||
Reference in New Issue
Block a user