Home

The Label component is used to tag form controls with descriptive text. It improves accessibility by clearly associating input fields with their corresponding descriptions.

Installation

npm
npx phpxui add Label

Usage

use Lib\PHPXUI\Label

<Label for="terms">Accept terms and conditions</Label>