Skip to content

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

License

Notifications You must be signed in to change notification settings

venturedrake/mary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ❤️

Discord

Come to say hello on maryUI Discord

Follow me

@robsontenorio

Contributing

Clone the repository into some folder inside your app.

git clone [email protected]: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.

About

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.7%
  • Blade 2.0%
  • JavaScript 1.2%
  • CSS 0.1%