caresome/filament-neobrutalism-theme
Composer 安装命令:
composer require caresome/filament-neobrutalism-theme
包简介
A neobrutalism theme for FilamentPHP admin panels
README 文档
README
A bold, brutalist design system for FilamentPHP admin panels. Transform your Filament interface with thick borders, pronounced shadows, and geometric aesthetics inspired by the neobrutalism design movement.
Table of Contents
Features
- 🎨 Bold Neobrutalism Design - Thick borders, pronounced shadows, and geometric shapes
- ⚡ Zero Configuration - Works out of the box with sensible defaults
- 🎛️ Fully Customizable - Override any CSS variable with the fluent
customize()API - 🌓 Dark Mode Support - Seamlessly adapts to Filament's dark mode
- 🔌 Easy Integration - Single line plugin registration
- 📦 Lightweight - Pure CSS with no JavaScript dependencies
- 🚀 Performance Optimized - Minimal CSS with CSS variables for dynamic theming
- ✅ Filament v4 & v5 Compatible - Built for Filament v4.x and v5.x
Screenshots
Authentication Pages
Dashboard
Tables & Resource Lists
Forms & Resource Pages
Modals
Theme Customization
Installation
Install the package via Composer:
composer require caresome/filament-neobrutalism-theme
Usage
Register the theme in your Filament panel provider:
use Caresome\FilamentNeobrutalism\NeobrutalismeTheme; public function panel(Panel $panel): Panel { return $panel ->plugin(NeobrutalismeTheme::make()); }
Publish the theme assets:
php artisan filament:assets
The neobrutalism theme will now be active on your Filament admin panel.
Customization
You can customize the theme's CSS variables using the customize() method:
->plugin( NeobrutalismeTheme::make() ->customize([ 'border-width' => '6px', 'border-width-thick' => '8px', 'radius-md' => '1.5rem', 'shadow-offset-lg' => '10px', ]) )
Available CSS Variables
The theme provides the following customizable CSS variables (prefix --neo- is automatically added):
Borders:
border-width- Default border width (default:2px)border-width-thick- Thick border width (default:3px)
Border Radius:
radius-sm- Small radius (default:0.375rem)radius-md- Medium radius (default:0.5rem)radius-lg- Large radius (default:0.75rem)radius-xl- Extra large radius (default:1rem)
Shadows:
shadow-offset-sm- Small shadow offset (default:2px)shadow-offset-md- Medium shadow offset (default:3px)shadow-offset-lg- Large shadow offset (default:4px)shadow-offset-xl- Extra large shadow offset (default:6px)
Typography:
font-weight-bold- Bold font weight (default:700)font-weight-extrabold- Extra bold font weight (default:800)font-weight-black- Black font weight (default:900)letter-spacing-tight- Tight letter spacing (default:-0.03em)letter-spacing-normal- Normal letter spacing (default:-0.025em)letter-spacing-wide- Wide letter spacing (default:0.03em)letter-spacing-wider- Wider letter spacing (default:0.05em)
Transitions:
transition-duration- Transition duration (default:150ms)
Spacing:
spacing-xs- Extra small spacing (default:0.25rem)spacing-sm- Small spacing (default:0.5rem)spacing-md- Medium spacing (default:0.75rem)spacing-lg- Large spacing (default:1rem)spacing-xl- Extra large spacing (default:1.5rem)
Scale:
scale- UI scaling factor (default:1)
Custom CSS Variables
You can also add completely custom CSS variables by prefixing them with --:
->customize([ '--my-custom-color' => '#ff0000', '--my-custom-spacing' => '2rem', ])
Dynamic Values
Use closures for dynamic values based on user preferences or application state:
->customize(fn() => [ 'border-width' => auth()->user()->preferences['border_width'] ?? '4px', 'shadow-offset-md' => session('theme_shadow_size', '6px'), ])
Examples
Subtle Neobrutalism
->plugin( NeobrutalismeTheme::make() ->customize([ 'border-width' => '2px', 'shadow-offset-md' => '3px', 'radius-md' => '0.5rem', ]) )
Bold & Dramatic
->plugin( NeobrutalismeTheme::make() ->customize([ 'border-width' => '6px', 'border-width-thick' => '8px', 'shadow-offset-md' => '10px', 'shadow-offset-lg' => '12px', 'radius-md' => '1.5rem', ]) )
Minimal & Sharp
->plugin( NeobrutalismeTheme::make() ->customize([ 'border-width' => '3px', 'shadow-offset-md' => '4px', 'radius-sm' => '0.25rem', 'radius-md' => '0.375rem', 'radius-lg' => '0.5rem', ]) )
License
MIT. See LICENSE.md for details.
caresome/filament-neobrutalism-theme 适用场景与选型建议
caresome/filament-neobrutalism-theme 是一款 基于 CSS 开发的 Composer 扩展包,目前已累计 5.66k 次下载、GitHub Stars 达 32, 最近一次更新时间为 2025 年 11 月 23 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「filament」 「filament-plugin」 「filament-theme」 「caresome」 「neobrutalism」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 caresome/filament-neobrutalism-theme 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 caresome/filament-neobrutalism-theme 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 caresome/filament-neobrutalism-theme 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
jitone-ai is a powerful FilamentPHP plugin that integrates AI-powered features directly into your Filament forms.
Send Notification to discord channel Webhook using native FilamentPHP Notification Facade class
Alfabank REST API integration
Database-driven onboarding for Filament: progress checklists and guided spotlight tours, translatable to any locale.
Laravel package for Accurate Online API integration.
Create-project starter for a Laravel application with the public Capell CMS foundation.
统计信息
- 总下载量: 5.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 32
- 点击次数: 19
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-23