{{-- resources/views/components/wiki/search-box.blade.php (Tabler 增强版) --}} @props([ 'action' => '/library/search', 'method' => 'GET', 'placeholder' => '搜索佛法词条、经典、人物...', 'buttonText' => '搜索', 'queryParam' => 'q', 'typeParam' => 'type', 'typeValue' => 'wiki', 'autoFocus' => false, 'size' => 'md', // sm, md, lg 'class' => '', ])
merge(['class' => $class]) }}>
@if($typeParam && $typeValue) @endif {{ $slot }}