⬡ OZI-UI v2.0 — pure JS, zero dependencies

Front-end plugins for Laravel/PHP

Declarative component library in pure JavaScript — no jQuery, no build step. Configure everything via HTML attributes. Native Livewire 3 and 4 integration.

Laravel Livewire Alpine Zero Deps Bootstrap Tailwind MIT License PHP.*
10
Plugins
1
Line to install
0
JS required
MIT
License
Free
100%
Packagist — composer
# Instalar
composer require ozi-ui/core:^2.0

# Publicar assets
php artisan vendor:publish --tag=ozi-ui

# Verificar
php artisan ozi:check
Blade — layout usage
<!-- No <head> — sem jQuery, sem build -->
@oziStyles
@oziScripts

<!-- Plugin específico -->
@oziPlugin('ozi-select')

Why ozi-ui?

Simple to use, powerful in results

Built for developers who want real productivity — without unnecessary complexity.

Declarative via HTML
Configure plugins with data-ozi-* attributes. No JavaScript needed for common cases.
Livewire integration
Automatic afterRender hooks — plugins reinitialize after content injection.
One command for everything
@oziStyles and @oziScripts load all assets automatically.
CSS with tokens
--ozi-* variables for easy customization. Light and dark theme support.
Works without Laravel
JS plugins work in any web project, with no dependency at all — plain PHP, WordPress, Symfony.
AI-ready
oziLoadData as transport layer — any AI API is just another endpoint.

Ecosystem

12 plugins ready to use today

From data loading to WYSIWYG editor — all integrated and consistent.

ozi-audio
🔐
ozi-auth
ozi-autocomplete
ozi-check
ozi-editor
html-Markdown
ozi-loaddata
ozi-search
ozi-select
ozi-toggle

Ready to start with ozi-ui?

One line to install, two attributes to use. Full docs with live examples.