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
Maintainer: themegazord

🦫 CapyUI

CapyUI Logo

Version Status

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"
    }
]