init filament components

This commit is contained in:
F4ilji
2025-06-14 19:21:52 +05:00
parent 36b4d71dce
commit ce5c73bc84
36 changed files with 3227 additions and 0 deletions
@@ -0,0 +1,9 @@
<div
{{
$attributes->class([
'fi-btn-group grid grid-flow-col rounded-lg shadow-sm ring-1 ring-gray-950/10 dark:ring-white/20',
])
}}
>
{{ $slot }}
</div>