Plugins
Nord theme
Dark and light arctic Nord theme.
Panel Builder
Theme
Dark theme support
Yes
Multi language support
Yes
Compatible with the latest version
Supported versions: 3.x
Documentation

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

A light and dark arctic Nord theme for Filament PHP.

Dashboard Light and Dark

#Installation

composer require andreia/filament-nord-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 filament-nord-theme:install

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

'vendor/andreia/filament-nord-theme/resources/css/theme.css'

Run:

npm run build

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

use Andreia\FilamentNordTheme\FilamentNordThemePlugin;
 
$panel
->plugin(FilamentNordThemePlugin::make())

#Appearance

#Dashboard

Dashboard Light Dashboard Dark
Dashboard Light Dashboard Dark

#User Menu

User Menu Light User Menu Dark
User Menu Light User Menu Dark

#Product

Create Product Light Create Product Dark
Create Product Light Create Product Dark

#Order

Order List Light Order List Dark Create Order Light Create Order Dark
Order List Light Order List Dark Create Order Light Create Order Dark
Andréia Bohner

Andréia is a full-stack web developer and an enthusiastic open-source contributor & maintainer. She loves coding, reading, and learning new things every day! You can learn more about Andréia on her GitHub profile.

2
Plugins
59
Stars
More from this author
Featured Plugins