| Install | |
|---|---|
composer require pripanggalih/mary-ui-optimized |
|
| Latest Version: | v1.0.0 |

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.
You can read the official documentation on the maryUI website.
Let's keep pushing it, sponsor me ❤️
Come to say hello on maryUI Discord
Original Mary UI: @robsontenorio
Performance Optimizations: MW Pripanggalih (@pripanggalih)
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
MaryUI is open-sourced software licensed under the MIT license.