Input.Inline
View Source
Composes Input.InputField with minimal styling.
Content
Props
Accepts props for Input.InputField.
focus
boolean
Pass styles for when the input is focused.
highlightColor
string
Controls the color when hovered and focused. (Defaults light ? 'light-0' : 'highlight'
hover
boolean
Sets backgroundColor: highlightColor
if readOnly
or disabled
are not set.
light
boolean