Laravel Blade UI Components for Livewire 3

Fund package maintenance!
robsontenorio


README

mary.png?raw=true

68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f62736f6e74656e6f72696f2f6d6172793f63616368655365636f6e64733d3630 68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f62736f6e74656e6f72696f2f6d6172793f6c6162656c3d737461626c6526636f6c6f723d626c75652663616368655365636f6e64733d3630 68747470733a2f2f706f7365722e707567782e6f72672f726f62736f6e74656e6f72696f2f6d6172792f6c6963656e73652e737667

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.