mirror of
https://github.com/thejakubruzicka/MNotes.git
synced 2025-07-10 06:24:04 +02:00
19 lines
643 B
HTML
19 lines
643 B
HTML
<div class="figure-wrapper">
|
|
<figure
|
|
aria-label="Four surface fabs side by side with edit icons of visual size size small, small, medium, and large"
|
|
style="padding-block: 16px; gap: 16px; display: flex"
|
|
>
|
|
<md-fab size="small" touch-target="none" aria-label="Edit">
|
|
<md-icon slot="icon">edit</md-icon>
|
|
</md-fab>
|
|
<md-fab size="small" aria-label="Edit">
|
|
<md-icon slot="icon">edit</md-icon>
|
|
</md-fab>
|
|
<md-fab aria-label="Edit">
|
|
<md-icon slot="icon">edit</md-icon>
|
|
</md-fab>
|
|
<md-fab size="large" aria-label="Edit">
|
|
<md-icon slot="icon">edit</md-icon>
|
|
</md-fab>
|
|
</figure>
|
|
</div>
|