
LuminX UI
A modern, powerful UI component library for React with a focus on accessibility and developer experience.
Why Choose us?
Built by developers, for developers. LuminX provides everything you need to create user interfaces easily and quickly.
Developer Experience
Everything has TypeScript support.
Customizable Theming
Flexible design system with Tailwind CSS classes.
Mobile Responsive
All components are mobile responsive.
Production Ready
Battle-tested components used in real-world apps.
Get Started in Minutes
Install LuminX and start building UI's in minutes.
1. Install
npm install @luminx/core
Add LuminX to your React project with a single command
2. Use Components
import { Button, Text } from '@luminx/core';
function App() {
return (
<div>
<Text size="xl">Hello World!</Text>
<Button>Click me</Button>
</div>
);
}
Join the Community
Connect with other developers and contribute to LuminX