Introduction
The input component is a wrapper around the native<input> element. It provides a simple interface for entering a single line of text.
📣 New official plugin released: Custom Dashboards! Create data-driven dashboards using a drag and drop UI.
<input> element. It provides a simple interface for entering a single line of text.
<x-filament::input.wrapper>
<x-filament::input
type="text"
wire:model="name"
/>
</x-filament::input.wrapper>