Input component displays a form input field or a component that looks like an input field. This components is built and styled with Shadcn UI.

Shadcn UI Documentation: https://ui.shadcn.com/docs/components/input

Properties

$$typeof: symbol
defaultProps?: Partial<InputProps & RefAttributes<HTMLInputElement>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<InputProps & RefAttributes<HTMLInputElement>>