© 2026 Hedgehog Software, LLC

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

align add action in repeater

addAction(
                    fn (Action $action) => $action
                        ->icon('solar-add-square-outline')
                        ->size(ActionSize::Large)
                        ->color('primary')
                        ->tooltip('Agregar producto')
                        ->iconButton()
                ),
addAction(
                    fn (Action $action) => $action
                        ->icon('solar-add-square-outline')
                        ->size(ActionSize::Large)
                        ->color('primary')
                        ->tooltip('Agregar producto')
                        ->iconButton()
                ),


how could i push the add action in this repeater to the left/right?.
->extraAttributes(['class' => 'mr-auto']) works but if did the opposite it wont since the parent is justify-center. any ideass please
Screenshot_from_2024-07-27_17-31-48.png
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

Help - Repeater Add Multiple Items Action
FilamentFFilament / ❓┊help
4mo ago
Custom Repeater Action Add before/after
FilamentFFilament / ❓┊help
11mo ago
repeater action
FilamentFFilament / ❓┊help
4mo ago
Suffix Action in Repeater Field
FilamentFFilament / ❓┊help
16mo ago