Guides
Navigation
Feedback
Overlays
Layout
Data Display
Forms
.md

Forms

label

Accessible form label.

Installation

php artisan ui:add label

Usage

<x-ui.label for="email">Email</x-ui.label>

Pair with `for` to associate with an input.

Props

Every prop with its default. Pass any of them as attributes, using : to bind a PHP value.

@props([])