1import { Label } from "passport-ui";
1<Label htmlFor="email">Email Address</Label>2 3{/* With form control */}4<div className="meta-container">5 <Label htmlFor="username">Username</Label>6 <Input id="username" placeholder="Enter username" />7</div>