Label*

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

utils

Demos

1. Simple

Description of the SVG image Loading...

2. Floating

Description of the SVG image Loading...

2. Floating V2

Description of the SVG image Loading...

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>