Input
Component | Source Code
extends Omit<ComponentPropsWithRef<“input”>, “children”>
Props Inheritance Hierarchy: Omit<ComponentPropsWithRef<“input”>, “children”>
A light wrapper for the input element with very little default configuration.
Usually, you won’t want to use this directly and would probably prefer using
something like the Checkbox, Radio, or TextInput components.