Gorgeous UI components for Livewire powered by daisyUI and Tailwind

Fund package maintenance!
robsontenorio

Installs: 165 540

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1 249

Watchers: 19

Forks: 162

Open Issues: 8


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 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 the dev server.

yarn dev

License

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