Gorgeous UI components for Livewire powered by daisyUI and Tailwind
alpinejsbladedaisyuilaravellivewiretailwindcsslivewire-componentstallstackblade-componentslivewire-packagesui
주요 지표
스타 성장
스타
1.5k
포크
202
주간 성장
+1
이슈
7
5001k
2023년 8월2024년 2월2024년 8월2025년 2월2025년 8월2026년 3월2026년 9월
아티팩트Packagist
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.
Sponsor
Let's keep pushing it, sponsor me ❤️
Discord
Come to say hello on maryUI Discord
Follow me
Contributing
Clone the repository into your project root.
git clone git@github.com:robsontenorio/mary.git packages/mary
Add the local repository to composer config.
composer config repositories.local '{"type": "path", "url": "packages/mary"}'
Require the package again for local symlink.
composer require robsontenorio/mary:@dev
Start the dev server.
yarn dev
You can roll back to the stable version by removing the local repository and requiring the package again.
composer config --unset repositories.local
composer require robsontenorio/mary
License
MaryUI is open-sourced software licensed under the MIT license.
관련 저장소