themegazord/capyui
CapyUI is a modern, modular UI components library for Laravel applications, focused on clean design and usability. Inspired by the capybara - a symbol of calmness and adaptability - CapyUI makes it easy to build elegant, consistent interfaces quickly and effortlessly.
2
| Install | |
|---|---|
composer require themegazord/capyui |
|
| License: | MIT |
| Last Updated: | Jul 16, 2025 |
| Links: | GitHub · Packagist |
Maintainer: themegazord
🦫 CapyUI

CapyUI is a modern UI components library for Laravel applications, inspired by the capybara — calm, adaptable, and efficient. It provides ready-to-use, beautifully designed components with seamless Laravel integration.
🚀 Installation
Add the repository path to your main project’s composer.json:
"repositories": [
{
"type": "path",
"url": "packages/capyui"
}
]