<nve-control>
Properties
Resets control value to initial attribute value and clears any active validation rules.
Controls the visual prominence to establish hierarchy and guide user attention.
muted Reduces visual weight for supporting content that should remain subtle and unobtrusive.
Enables updating internal string values for internationalization.
Sets the input to match native default content block
true
false
Sets the input to match the width of the active text content of the control value. Only applicable to vertical input box type controls (input, select)
true
false
Controls the directional arrangement and spacing behavior of the element's content.
vertical Arranges content in a vertical stack with block-level spacing.
vertical-inline Arranges content vertically with compact inline spacing for dense layouts.
horizontal Arranges content in a horizontal row with block-level spacing.
horizontal-inline Arranges content horizontally with compact inline spacing.
Communicates the intent and semantic meaning of an element to help users understand the outcome of their actions.
warning Indicates cautionary actions that require careful consideration before proceeding.
success Represents positive outcomes, confirmations, or constructive actions.
error
disabled
Events
Slots
Label element
Control input element
CSS Properties
<nve-control-message>
Properties
string
Validation error code for current form control https://developer.mozilla.org/en-US/docs/Web/API/ValidityState
badInput
customError
patternMismatch
rangeOverflow
rangeUnderflow
stepMismatch
tooLong
tooShort
typeMismatch
valid
valueMissing
null
Communicates the intent and semantic meaning of an element to help users understand the outcome of their actions.
warning Indicates cautionary actions that require careful consideration before proceeding.
success Represents positive outcomes, confirmations, or constructive actions.
error
disabled
Slots
default slot for content
CSS Parts
The icon element
<nve-control-group>
Properties
Controls the visual prominence to establish hierarchy and guide user attention.
muted Reduces visual weight for supporting content that should remain subtle and unobtrusive.
Controls the directional arrangement and spacing behavior of the element's content.
vertical Arranges content in a vertical stack with block-level spacing.
vertical-inline Arranges content vertically with compact inline spacing for dense layouts.
horizontal Arranges content in a horizontal row with block-level spacing.
horizontal-inline Arranges content horizontally with compact inline spacing.
Slots
Control input elements