© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•4mo ago•
3 replies
FELL

livewire component

in Filament v3 how send arguments to livewire component

Tabs\Tab::make('კავშირები')
->icon('fluentui-plug-connected-checkmark-20')
->badge(fn(Get $get) => count($get('objects') ?? [])) // ✅ dynamic counter
->badgeColor('warning')
->schema([

// 👇 Add D3 Livewire graph

View::make('livewire.connection-graph')
->columnSpanFull()
->extraAttributes(['style' => 'min-height: 400px; border: 1px solid #2d2d2d; border-radius: 8px;']),
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

Livewire custom component - Livewire Sortable
FilamentFFilament / ❓┊help
3y ago
Modal: Livewire component
FilamentFFilament / ❓┊help
2y ago
Livewire component event
FilamentFFilament / ❓┊help
3y ago
Livewire component autodiscovery
FilamentFFilament / ❓┊help
3y ago