Text field
import '@vollowx/seele/m3/text-field/filled-text-field.js';
import '@vollowx/seele/m3/text-field/outlined-text-field.js';
>Label>Label
<md-filled-text-field
label="Label"
placeholder="Placeholder">
</md-filled-text-field>
<md-outlined-text-field
label="Label"
placeholder="Placeholder"
required
supportingtext="You have to say something">
</md-outlined-text-field>
M3FilledTextField and M3OutlinedTextField
- Inherits
Input
Properties
| name | description |
|---|---|
label |
|
supportingText |
Reflected string; supporting-text as an attribute |