核心概念 - Blade 组件
Input Blade component
概述
Input 组件是原生 <input>
元素的封装。它为输入单行文本提供简单接口。
<x-filament::input.wrapper> <x-filament::input type="text" wire:model="name" /></x-filament::input.wrapper>
要使用 Input 组件,你必须在"input wrapper"组件中对其进行封装,它提供边框和其他诸如前后缀的元素。你可以在此处了解如何自定义 input wrapper 组件。
Edit on GitHubStill need help? Join our Discord community or open a GitHub discussion