Add search field component preview
This commit is contained in:
@@ -72,6 +72,27 @@
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Component: Suchfeld -->
|
||||
<section id="component-search-field">
|
||||
|
||||
<p class="sg-preview-label">Component: Suchfeld</p>
|
||||
|
||||
<div class="sg-card-segment sg-card-segment--header sg-card-segment--darkblue sg-large-table__title-segment" data-component="search-field" aria-label="Suchfeld">
|
||||
<div class="sg-strong">Suchfeld</div>
|
||||
<div class="sg-large-table__search">
|
||||
<label class="sg-large-table__search-label" for="search-field-preview">Suchfeld</label>
|
||||
<input
|
||||
class="sg-large-table__search-input"
|
||||
id="search-field-preview"
|
||||
type="search"
|
||||
placeholder="Tabelle durchsuchen"
|
||||
aria-label="Tabelle durchsuchen"
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Component: Large Table -->
|
||||
<section id="component-large-table">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user