mikail / vibeui
There is no license information available for the latest version (dev-main) of this package.
A clean, responsive Laravel/Livewire UI component library that uses TailwindCSS.
dev-main
2025-04-19 23:47 UTC
Requires
- php: ^8.0
- blade-ui-kit/blade-icons: ^1.0
- illuminate/support: ^12.0
This package is auto-updated.
Last update: 2025-06-20 00:08:36 UTC
README
VibeUI is a clean, responsive Laravel/Livewire UI component library that uses TailwindCSS. It provides a set of reusable components for building user interfaces.
Installation
To install VibeUI, run:
composer require mikail/vibeui
Usage
To use the components, you can simply include them in your Blade templates. For example:
<vibe-button variant="primary" size="md">Click me</vibe-button>
Customization
You can publish the configuration and views for customization. Run:
php artisan vendor:publish --provider="VibeUI\\VibeUIServiceProvider" --tag="vibeui-views" php artisan vendor:publish --provider="VibeUI\\VibeUIServiceProvider" --tag="vibeui-config"