Skip to content

components/input

@fungi.computer/caps


@fungi.computer/caps / components/input

InputProps = object & InputHTMLAttributes<HTMLInputElement>>

Props accepted by Input.

optional invalid?: boolean

const Input: ForwardRefExoticComponent<object & InputHTMLAttributes<HTMLInputElement> > & RefAttributes<HTMLInputElement>>>>

A styled native text input that preserves caller-owned value and event behavior.