zepfietje / filament-polish
Opinionated improvements to the Filament UI.
Installs: 126
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/zepfietje/filament-polish
Requires
- php: ^8.1
- filament/filament: ^2.0
- illuminate/contracts: ^9.0
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^6.0
README
Filament Polish
This package applies opinionated improvements to the Filament UI:
- Proper modal close button size.
- Proper table header sort icon size.
- Proper table text column font size.
- Table edit action without icon.
- Proper notification close button size.
- Sidebar without shadow.
Installation
- Install this package:
composer require zepfietje/filament-polish
- If you're using Filament outside the admin panel, import the package CSS file:
@import '../../vendor/zepfietje/filament-polish/resources/dist';