docs: dependencies of the packages

This commit is contained in:
Leandro Ferreira
2025-06-26 07:07:46 -03:00
parent a3222a8880
commit 0671701bf8
5 changed files with 0 additions and 10 deletions
-1
View File
@@ -109,7 +109,6 @@ You also need `<x-filament-actions::modals />` which injects the HTML required t
- `filament/forms`
- `filament/infolists`
- `filament/notifications`
- `filament/schemas`
- `filament/support`
These packages allow you to use their components within Livewire components.
-2
View File
@@ -134,8 +134,6 @@ public function create(): void
`filament/forms` also includes the following packages:
- `filament/actions`
- `filament/infolists`
- `filament/notifications`
- `filament/schemas`
- `filament/support`
-2
View File
@@ -77,8 +77,6 @@ Finally, render the infolist in the Livewire component's view:
`filament/infolists` also includes the following packages:
- `filament/actions`
- `filament/forms`
- `filament/notifications`
- `filament/schemas`
- `filament/support`
-2
View File
@@ -76,8 +76,6 @@ Finally, render the schema in the Livewire component's view:
`filament/schemas` also includes the following packages:
- `filament/actions`
- `filament/forms`
- `filament/infolists`
- `filament/support`
These packages allow you to use their components within Livewire components.
-3
View File
@@ -104,9 +104,6 @@ Visit your Livewire component in the browser, and you should see the table.
- `filament/actions`
- `filament/forms`
- `filament/infolists`
- `filament/notifications`
- `filament/schemas`
- `filament/support`
These packages allow you to use their components within Livewire components.