Neue UI is an open-source React component library built with TypeScript and Tailwind CSS. It gives you ready-to-use, responsive, and accessible components so you can build modern web apps faster and smarter.
Forget boilerplate code — copy, paste, and go.
- ⚡ Direct Integration: Drop components directly into your project
- 🛠 Fully Customizable: Adjust styles, behavior, and structure
- 🎨 Tailwind-Powered: Responsive and theme-friendly design
- ✅ Accessible by Default: Built with ARIA standards
- 📦 TypeScript Support: Strong typing and IntelliSense out-of-the-box
- 🏗 Ready for Production: Designed for real-world projects
- Clone the repo:
git clone https://github.com/nullwa/neue-ui- Copy the component you need into your project:
import { Button } from '@/core/components/Button'
function App() {
return <Button variant='primary'>Click Me</Button>
}- Customize and integrate — it’s yours to control.
- Developers who want fast, maintainable UI
- Teams needing scalable, reusable components
- Projects that value accessibility, performance, and simplicity