mirror of
https://github.com/thejakubruzicka/MNotes.git
synced 2025-07-10 22:44:05 +02:00
10 lines
369 B
HTML
10 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>
|