Gorgeous UI components for Livewire powered by daisyUI and Tailwind
333,845
1,406
20
Package Data
Maintainer Username: robsontenorio
Maintainer Contact: rrtenorio@gmail.com (Robson Tenório)
Package Create Date: 2023-07-30
Package Last Update: 2025-11-14
Home Page: https://mary-ui.com
Language: PHP
License: MIT
Last Refreshed: 2025-11-24 03:01:48
Package Statistics
Total Downloads: 333,845
Monthly Downloads: 23,168
Daily Downloads: 497
Total Stars: 1,406
Total Watchers: 20
Total Forks: 192
Total Open Issues: 15

Introduction

MaryUI is a set of gorgeous Laravel Blade UI Components made for Livewire 3 and styled around daisyUI + Tailwind.

Official Documentation

You can read the official documentation on the maryUI website.

Sponsor

Let's keep pushing it, sponsor me ❤️

Follow me

@robsontenorio

Contributing

Clone the repository into some folder inside your app.

git clone git@github.com:robsontenorio/mary.git

Change composer.json from your app

"minimum-stability": "dev", // <- change to "dev"

// Add this
"repositories": {
    "robsontenorio/mary": {
        "type": "path",
        "url": "/path/to/mary", // <- change the path
        "options": {
          "symlink": true
        }
    }
}

Require the package again for local symlink.

composer require robsontenorio/mary

Start dev

yarn dev

License

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