pripanggalih/mary-ui-optimized
最新稳定版本:v1.0.0
Composer 安装命令:
composer require pripanggalih/mary-ui-optimized
包简介
Performance optimized Mary UI - faster component initialization
关键字:
README 文档
README
Introduction
The maryUI Optimized package is a performance-enhanced version of Mary UI components for Livewire, powered by daisyUI and Tailwind. This optimized version features faster component initialization and improved UUID generation for better performance.
Performance Optimizations
- Faster UUID Generation: Replaced expensive MD5 hashing with simple counter-based UUIDs
- Improved Component Initialization: Streamlined component constructor logic
- Reduced Memory Usage: Eliminated unnecessary serialization operations
Official Documentation
You can read the official documentation on the maryUI website.
Sponsor
Let's keep pushing it, sponsor me ❤️
Discord
Come to say hello on maryUI Discord
Credits
Original Mary UI: @robsontenorio
Performance Optimizations: MW Pripanggalih (@pripanggalih)
Contributing
Clone the optimized repository into some folder inside your app.
git clone git@github.com:pripanggalih/mary-ui-optimized.git
Change composer.json from your app
"minimum-stability": "dev", // <- change to "dev" // Add this "repositories": { "pripanggalih/mary-ui-optimized": { "type": "path", "url": "/path/to/mary-ui-optimized", // <- change the path "options": { "symlink": true } } }
Require the optimized package for local symlink.
composer require pripanggalih/mary-ui-optimized
Start the dev server.
npm run dev
License
MaryUI is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-28
