zepfietje / filament-polish
This package is abandoned and no longer maintained.
No replacement package was suggested.
Opinionated improvements to the Filament UI.
0.1.0
2022-09-16 14:14 UTC
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';