The maryUI package is a set of Gorgeous UI components for Livewire powered by daisyUI and Tailwind.
You can read the official documentation on the maryUI website.
Let's keep pushing it, sponsor me ❤️
Come to say hello on maryUI Discord
Clone the repository into your project root.
git clone git@github.com:robsontenorio/mary.git packages/maryAdd the local repository to composer config.
composer config repositories.local '{"type": "path", "url": "packages/mary"}'Require the package again for local symlink.
composer require robsontenorio/mary:@devStart the dev server.
yarn devYou can roll back to the stable version by removing the local repository and requiring the package again.
composer config --unset repositories.local
composer require robsontenorio/maryMaryUI is open-sourced software licensed under the MIT license.
