Guides
Navigation
Feedback
Overlays
Layout
Data Display
Forms
.md

Forms

textarea

Multi-line text input.

Installation

php artisan ui:add textarea

Usage

<x-ui.textarea rows="4" placeholder="Tell us about yourself" />

Consumes theme tokens injected by `php artisan ui:init`.

Props

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

@props([])