Matse
Matse
FFilament
Created by Matse on 3/17/2025 in #❓┊help
FIlament button flex
I am trying to put the loader and text on the same line but everything I try doesn't work, can someone help me out?
<x-filament::button class="flex items-center gap-1" x-on:click="importGames()"
x-bind:disabled="localSelectedCount === 0 || isLoading">
<x-filament::loading-indicator class="w-5 h-5" x-show="isLoading" />
Import games
</x-filament::button>
<x-filament::button class="flex items-center gap-1" x-on:click="importGames()"
x-bind:disabled="localSelectedCount === 0 || isLoading">
<x-filament::loading-indicator class="w-5 h-5" x-show="isLoading" />
Import games
</x-filament::button>
3 replies
FFilament
Created by Matse on 12/30/2024 in #❓┊help
Searching for the plugin or piece of code to chose and register a store
No description
4 replies
FFilament
Created by Matse on 9/12/2024 in #❓┊help
Rich editor components
I am trying to use a rich editor field to build an email but how can I add custom components like a button or add custom css to rich content content.
5 replies
FFilament
Created by Matse on 8/20/2024 in #❓┊help
Dashboard home page not fully loading
No description
11 replies