Renders an accessible label associated with controls. Also works as a floating label.
Run the following command:
npx ever-ui-clx@0.2.1 add demo-label
import { Label } from "@/components/ui/label";
<Label htmlFor="email">Your email address</Label>