Input

This is a input component

Input Field

<label className="mt-2" htmlFor="email"> Email Address </label> <input id="email" type="email" className="input" placeholder="you@example.com" autocomplete="off" />
html