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