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

https://github.com/robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind
https://github.com/robsontenorio/mary

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

Last synced: 1 day ago
JSON representation

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

Awesome Lists containing this project

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

```bash
yarn dev
```

## License

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