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

This package is auto-updated.

Last update: 2025-12-07 19:51:11 UTC


README

Community Maintained Stable v1 MIT License

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.