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 tailwindcss tallstack ui
Last synced: 2 months ago
JSON representation
Gorgeous UI components for Livewire powered by daisyUI and Tailwind
- Host: GitHub
- URL: https://github.com/robsontenorio/mary
- Owner: robsontenorio
- License: other
- Created: 2023-07-30T06:40:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T12:14:29.000Z (2 months ago)
- Last Synced: 2026-01-13T15:23:15.346Z (2 months ago)
- Topics: alpinejs, blade, blade-components, daisyui, laravel, livewire, livewire-components, livewire-packages, tailwindcss, tallstack, ui
- Language: PHP
- Homepage: https://mary-ui.com
- Size: 1.34 MB
- Stars: 1,435
- Watchers: 21
- Forks: 195
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: license.md
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 git@github.com: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).