Default
Function: default()
[object Object]
Defined in: app/components/UI/Input.tsx:17
A versatile input component that handles standard text-based inputs and checkboxes.
For text-based types (text, number, email, etc.), it renders a stacked layout with a label above the input field. For checkbox types, it renders an inline layout with the checkbox preceding the label.
Parameters
props
object & InputHTMLAttributes<HTMLInputElement>
Component properties.
Returns
[object Object]