Label*

Renders an accessible label associated with controls. Also works as a floating label.

utils

Demos

1. Simple

2. Floating

2. Floating V2

Installation

Run the following command:

npx ever-ui-clx@0.2.1 add demo-label

Usage

import { Label } from "@/components/ui/label";
<Label htmlFor="email">Your email address</Label>