Skip to main content
The Label component provides a styled label for form fields with an optional required indicator.

Preview

Email addressPassword *

Usage

Props

value
string
The label text. Can also use the slot instead.
isRequired
bool
default:"false"
Shows a red asterisk (*) after the label text.

Examples

Basic Label

Username

Required Field

Email *

Using Slot

With Form Input

Blade Component Source