mirror of
https://github.com/thejakubruzicka/MNotes.git
synced 2025-07-10 06:24:04 +02:00
19 lines
590 B
HTML
19 lines
590 B
HTML
<div class="figure-wrapper">
|
|
<figure
|
|
style="justify-content:center;gap: 8px;"
|
|
title="Icon buttons can be used within other components, such as a bottom app bar"
|
|
aria-label="A row of icon buttons">
|
|
<md-icon-button>
|
|
<md-icon>check</md-icon>
|
|
</md-icon-button>
|
|
<md-filled-icon-button>
|
|
<md-icon>check</md-icon>
|
|
</md-filled-icon-button>
|
|
<md-filled-tonal-icon-button>
|
|
<md-icon>check</md-icon>
|
|
</md-filled-tonal-icon-button>
|
|
<md-outlined-icon-button>
|
|
<md-icon>check</md-icon>
|
|
</md-outlined-icon-button>
|
|
</figure>
|
|
</div>
|