bytic/admin-base
最新稳定版本:2.0.16
Composer 安装命令:
composer require bytic/admin-base
包简介
Admin interface package for bytic framework
README 文档
README
Components for building admin modules
Features
Modern UI Theme
- Modern Color Palette: Professional indigo-based primary colors with complementary accents
- Enhanced Cards: Subtle shadows, smooth hover effects, and rounded corners
- Gradient Buttons: Modern button styles with gradients and smooth transitions
- Improved Forms: Better focus states with ring indicators
- Modern Tables: Hover effects and improved typography
- Enhanced Components: Modernized badges, alerts, dropdowns, modals, and pagination
Symfony UX Turbo Integration
The package now includes Symfony UX Turbo for fast, SPA-like page navigation without the complexity of a JavaScript framework.
Features:
- Instant Navigation: Pages load without full page refreshes
- Automatic Page Updates: Leverage Turbo Streams for real-time updates
- Form Handling: Enhanced form submissions with Turbo
- Progressive Enhancement: Works with or without JavaScript
Installation
Build Assets
- Install dependencies:
yarn install
- Build for development:
yarn run dev
- Build for production:
yarn run prod
Theme Customization
The modern theme can be customized by overriding SCSS variables in your project:
// Override modern colors $primary: #your-color; $secondary: #your-color; // Import the admin theme @import "~bytic/admin-base/resources/themes/bootstrap5/assets/sass/admin";
Color Palette
The default modern color palette includes:
- Primary: Modern indigo (#4f46e5)
- Success: Emerald green (#10b981)
- Info: Modern blue (#3b82f6)
- Warning: Amber (#f59e0b)
- Danger: Modern red (#ef4444)
UI INSPIRATION
https://coreui.io/ https://github.com/coreui/coreui-free-bootstrap-admin-template http://admin.pixelstrap.com/endless/ltr/index.html
Framework inspiration
统计信息
- 总下载量: 3.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 16
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-02-07