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