kiconta/filament-theme

Kiconta filament-theme

Fund package maintenance!
kiconta

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 2

pkg:composer/kiconta/filament-theme

v1.0.2 2025-11-03 23:42 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require kiconta/kiconta-filament-theme

To install the theme's required JS libraries (install TailwindCSS plugins: forms, typography, and also postcss, and autoprefixer. Create postcss.config.js if it not exists yet), run:

php artisan kiconta-filament-theme:install

Add a new item to the `input` array of your `vite.config.js` file:

```js
'vendor/kiconta/kiconta-filament-theme/resources/css/theme.css'

Run:

npm run build

Testing

composer test

Register the plugin on your panel (e.g. /app/Providers/Filament/AdminPanelProvider.php):

use Kiconta\FilamentTheme\FilamentThemePlugin;
Plugin;

$panel
  ->plugin(use Kiconta\FilamentTheme\FilamentThemePlugin;
::make())
  ->font('Inter', provider: GoogleFontProvider::class)
  //add image logo in public/images/{folder}
  ->brandLogo(asset('images/kiconta-logo.svg'))
  //change favicon image in public/favicon.svg
  ->favicon(asset('favicon.svg'));

  //Remember Logo and fivicon in public folder.

Color

Color documentation Documentation

Logos Documentation

Logos documentation Documentation

Lib Icons

Lib Icons (Hero Icons) Documentation

Credits

License

The MIT License (MIT). Please see License File for more information.