Guides
Navigation
Feedback
Overlays
Layout
Data Display
Forms
.md

Forms

select

Native select styled to the theme.

Installation

php artisan ui:add select

Usage

<x-ui.select id="role">
    <option>Owner</option>
    <option>Admin</option>
    <option>Member</option>
</x-ui.select>

Place <option> elements in the slot.

Props

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

@props([])