Declarative component library built on jQuery. Configure everything via HTML attributes — no JavaScript required. Native Livewire 3 integration.
# Instalar
composer require ozi-ui/core:v1.0
# Publicar assets
php artisan vendor:publish --tag=ozi-ui
# Verificar
php artisan ozi:check
<!-- No <head> -->
@oziStyles
<!-- Antes do </body> -->
<script src="jquery.min.js"></script>
@oziScripts
<!-- Plugin específico -->
@oziPlugin('ozi-select')
Built for developers who want real productivity — without unnecessary complexity.
From data loading to WYSIWYG editor — all integrated and consistent.
One line to install, two attributes to use. Full docs with live examples.