schaefersoft/laravel-headless-ui
x-hui::tabs.tab), mirroring Laravel’s existing x- prefix convention for custom components.layer(base) ensures seamless adoption in projects using Tailwind CSS.tabs, range-slider) can be adopted incrementally, reducing risk of overhauling existing UI layers.data-* attributes for styling hooks (e.g., data-active, data-disabled), enabling dynamic theming without JavaScript.<input type="range"> for sliders, ensuring cross-browser consistency while allowing CSS overrides.<script> tags)?layer(base) support simplifies adoption.tabs or dropdown) in a non-critical view.// vite.config.js
import laravelHeadlessUI from '../../vendor/schaefersoft/laravel-headless-ui/dist/js/hui.js';
<link href="{{ asset('vendor/schaefersoft/laravel-headless-ui/resources/css/hui.css') }}" rel="stylesheet">
<script src="{{ asset('vendor/schaefersoft/laravel-headless-ui/dist/js/hui.js') }}" defer></script>
.hui-tabs-tab--active).layer(base).data-* attributes for hooks.x-hui::dropdown.x-hui::range-slider + Livewire bindings.How can I help you explore Laravel packages today?