mirror of
https://github.com/thejakubruzicka/MNotes.git
synced 2025-07-10 06:24:04 +02:00
9 lines
369 B
HTML
9 lines
369 B
HTML
<div class="figure-wrapper">
|
|
<figure
|
|
aria-label="A filled textfield next to an outlined textfield. Both have a value of Value prefilled"
|
|
style="padding-block: 16px; gap: 16px"
|
|
>
|
|
<md-filled-text-field label="Label" value="Value"></md-filled-text-field>
|
|
<md-outlined-text-field label="Label" value="Value"></md-outlined-text-field>
|
|
</figure>
|
|
</div>
|