Gorgeous UI components for Livewire powered by daisyUI and Tailwind

Fund package maintenance!
robsontenorio

Installs: 413 686

Dependents: 12

Suggesters: 0

Security: 0

Stars: 1 441

Watchers: 20

Forks: 194

Open Issues: 10

pkg:composer/robsontenorio/mary

2.7.0 2026-02-07 20:44 UTC

README

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.

Sponsor

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 git@github.com: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.