Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robsontenorio/mary

Laravel Blade UI Components for Livewire 3
https://github.com/robsontenorio/mary

alpinejs blade blade-components daisyui laravel livewire livewire-components livewire-packages livewire3 tailwindcss tallstack ui

Last synced: 29 days ago
JSON representation

Laravel Blade UI Components for Livewire 3

Awesome Lists containing this project

README

        











## 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](https://mary-ui.com).

## Sponsor

Let's keep pushing it, [sponsor me](https://github.com/sponsors/robsontenorio) ❤️

## Discord

Come to say hello on [maryUI Discord](https://discord.gg/c2Dv8T2X2s)

## Follow me

[@robsontenorio](https://twitter.com/robsontenorio)

## Contributing

Clone the repository into some folder **inside your app**.

```bash
git clone [email protected]:robsontenorio/mary.git
```

Change `composer.json` from **your app**

```json
"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.

```bash
composer require robsontenorio/mary
```

Start dev

```bash
yarn dev
```

## License

MaryUI is open-sourced software licensed under the [MIT license](/license.md).