© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
12 replies
Lukas

Blade Component - Button Group

Hi, anyone has any idea why the exact same code for rendering a button group looks different on my frontend than it looks in the admin panel?

What am I supposed to import/include in the frontend for it to work properly?

This is the code:
<x-filament::button.group class="w-max">
                <x-filament::button grouped>
                    Test
                </x-filament::button>
                <x-filament::button grouped>
                    Test 2
                </x-filament::button>
            </x-filament::button.group>
<x-filament::button.group class="w-max">
                <x-filament::button grouped>
                    Test
                </x-filament::button>
                <x-filament::button grouped>
                    Test 2
                </x-filament::button>
            </x-filament::button.group>
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Button blade component customization
FilamentFFilament / ❓┊help
16mo ago
Blade Component
FilamentFFilament / ❓┊help
12mo ago
model blade component
FilamentFFilament / ❓┊help
3y ago
Wizard blade component ?
FilamentFFilament / ❓┊help
3y ago