Contributing
Please, consider adding RTL support when submitting new components. See this post Tailwind Simplified RTL support with logical properties. Here is an example of refactoring PR.
Components
Clone the repository into some folder inside your app.
git clone git@github.com:robsontenorio/mary.git
Change composer.json
from your app.
"minimum-stability": "dev", // <- change to "dev" // Add this block "repositories": { "robsontenorio/mary": { "type": "path", "url": "/path/to/mary", // <- change the path "options": { "symlink": true } }}
Require the package again for local symlink.
composer require robsontenorio/mary
Start dev
yarn dev
Docs
This website is made with Laravel, Livewire, Volt and maryUI.
Clone the repository.
git clone git@github.com:robsontenorio/mary-ui.com.git
Create .env
from .env.example
and adjust a few vars.
APP_ENV=localAPP_DEBUG=true
Install, migrate and start.
composer start
Done! See http://localhost:8018
It uses SQLITE for dynamic examples.
maryUI
Sponsor
-
Get started