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

This package is auto-updated.

Last update: 2022-12-11 13:58:56 UTC


README

Packagist Version Packagist Downloads

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

  1. Install this package:
    composer require zepfietje/filament-polish
  2. If you're using Filament outside the admin panel, import the package CSS file:
    @import '../../vendor/zepfietje/filament-polish/resources/dist';