LaravelPackages.net
Acme Inc.
Toggle sidebar
robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

548.825
1.461
2.8.3
About robsontenorio/mary

robsontenorio/mary is a Laravel package for gorgeous ui components for livewire powered by daisyui and tailwind. It currently has 1.461 GitHub stars and 548.825 downloads on Packagist (latest version 2.8.3). Install it with composer require robsontenorio/mary. Discover more Laravel packages by robsontenorio or browse all Laravel packages to compare alternatives.

Last updated

Introduction

The maryUI package is a set of Gorgeous UI components for Livewire powered by daisyUI and Tailwind.

Official Documentation

You can read the official documentation on the maryUI website.

Let's keep pushing it, sponsor me ❤️

Discord

Come to say hello on maryUI Discord

Follow me

@robsontenorio

Contributing

Clone the repository into your project root.

git clone [email protected]:robsontenorio/mary.git packages/mary

Add 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:@dev

Start the dev server.

yarn dev

You 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/mary

License

MaryUI is open-sourced software licensed under the MIT license.

Star History Chart