CxFul UI is a collection of re-usable components that you can copy and paste into your apps.
It’s not a component library. It’s a collection of re-usable components that you can copy and paste into your apps.
What is this?
This is not a component library that you install as a dependency. It’s not available via npm.
Pick the components you need. Copy and paste the code into your project and customize to your needs. The code is yours.
Use this as a reference to build your own component libraries.
Why CxFul UI?
- Ownership: You own the code. It’s not a black box in
node_modules. - Performance: Only include the code you actually use.
- Customization: Since the code is in your project, you can change anything—logic, styles, or behavior.
- Accessibility: Built on top of Radix UI primitives to ensure high accessibility standards.
Tech Stack
CxFul UI is built with:
- React for components
- Tailwind CSS for styling
- Framer Motion for animations
- Lucide React for icons
Inspiration
This project is inspired by amazing libraries like Shadcn UI, Magic UI, and Aceternity UI. We aim to provide a similar experience but with a focus on “premium” aesthetics and advanced composables.