williamalmeida / mary-v1-community
Mary UI Community Edition - UI components for Livewire, daisyUI and Tailwind (forked and maintained by William Almeida)
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/williamalmeida/mary-v1-community
Requires
- blade-ui-kit/blade-heroicons: ^2.0
- illuminate/support: ^10.0|^11.0|^12.0
- jfcherng/php-diff: ^6.15
- laravel/prompts: ^0|^1
Requires (Dev)
- orchestra/testbench: ^8|^9|^10
- phpunit/phpunit: ^10|^11
README
mary-v1-community
This repository is an independent, community-maintained continuation of the original MaryUI v1 project. It preserves and extends the classic v1 branch after official support was discontinued, ensuring ongoing updates, bug fixes, and compatibility for users who rely on the v1 codebase.
mary-v1-community provides a set of beautiful UI components for Livewire, powered by daisyUI and Tailwind CSS, based on the original MaryUI v1 foundation.
Documentation
Refer to the maryUI website for the original documentation. Community updates and new documentation will be provided here as the project evolves.
Contributing
Contributions are welcome! If you want to help maintain or improve mary-v1-community, please open issues or pull requests.
To use this package locally during development, clone this repository and set up a local path repository in your app's composer.json:
"repositories": { "mary-v1-community": { "type": "path", "url": "/path/to/mary-v1-community", "options": { "symlink": true } } }
Then require the package:
composer require williamalmeida/mary-v1-community
Start the dev server:
yarn dev
License
mary-v1-community is open-sourced software licensed under the MIT license.
