mirror of
https://github.com/material-components/material-web.git
synced 2026-03-09 00:09:23 +08:00
20 lines
590 B
HTML
20 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>
|