Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robsontenorio/mary
- Owner: robsontenorio
- License: other
- Created: 2023-07-30T06:40:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T13:57:13.000Z (7 months ago)
- Last Synced: 2024-04-14T04:11:56.356Z (7 months ago)
- Topics: alpinejs, blade, blade-components, daisyui, laravel, livewire, livewire-components, livewire-packages, livewire3, tailwindcss, tallstack, ui
- Language: PHP
- Homepage: https://mary-ui.com
- Size: 851 KB
- Stars: 659
- Watchers: 10
- Forks: 54
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: license.md
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).