Input.Inline

View Source

Composes Input.InputField with minimal styling.

Content

Props

Accepts props for Input.InputField.

focusboolean

Pass styles for when the input is focused.

Controls the color when hovered and focused. (Defaults light ? 'light-0' : 'highlight'

hoverboolean

Sets backgroundColor: highlightColor if readOnly or disabled are not set.

lightboolean