Skip to content

dervyon/libravelUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibravelUI

LibravelUI is a customizable, accessible React UI system built on top of the React Aria Components primitives.

It provides a structured way to generate production-ready UI components directly into your project, giving you full control over the source code, styling, and behavior.

Rather than shipping precompiled components, LibravelUI uses a registry-driven CLI that installs components into your codebase. This ensures the UI layer remains fully customizable, maintainable, and aligned with your project's architecture.

Features

  • Accessible by default — powered by React Aria primitives.
  • Registry-driven architecture — components are generated directly into your project.
  • Full code ownership — modify, extend, and customize without restrictions.
  • Framework friendly — designed to integrate smoothly with modern React environments including Next.js, Laravel Inertia, and Vite.
  • Composable design system — components are built to be modular and easily extended.

Quick Start

Initialize LibravelUI in your project:

npx libravelui@latest init

Add components to your project:

npx libravelui@latest add button input

The CLI will generate the components directly into your project structure, allowing you to customize them as needed.

Documentation

Full documentation, component previews, and configuration guides are available at:

https://ui.libravelabs.com

Contributing

Contributions are welcome. Please refer to the CONTRIBUTING.md guide for information about proposing changes, adding components, and contributing to the registry.

License

Licensed under the MIT License.

About

LibravelUI is a customizable, accessible React UI system built on top of the React Aria Components primitives.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 88.2%
  • MDX 7.8%
  • PHP 3.1%
  • CSS 0.7%
  • JavaScript 0.2%
  • Blade 0.0%