Input
A customizable input component with support for custom classnames and onChange functionality.
Input Example
Props
Input
type: string, placeholder?: string, value?: string, onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void, className?: string