Input
Plain CSS implementation of the Figma Input section, node 894:2558.
Default
Support Text
0/30 CaracteresSupport Text
States
Support Text
Support Text
Support Text
Validation
Value accepted
Review this value
Visualize
Dark Theme
Support Text
Review this value
CSS API
<div class="sui-field sui-field--error">
<label class="sui-field__label" for="email">Email</label>
<div class="sui-input">
<input class="sui-input__control" id="email" aria-invalid="true">
</div>
<p class="sui-field__support">Review this value</p>
</div>