A lightweight React UI kit for indie developers by Vyoma Labs
youruikit is a lightweight React component library designed for indie developers. It provides ready-to-use, customizable components so you can build beautiful UIs faster.
- ✅ Lightweight and fast
- ✅ TailwindCSS-ready
- ✅ Fully TypeScript supported
- ✅ Easy to integrate in any React project
- Button – A flexible button component
- Input – Customizable input fields
- Card – A simple card container
- Badge – Status and notification badges
More components coming soon in future releases 🚀
npm install youruikitOr with Yarn:
yarn add youruikitimport React from "react";
import { Button, Card, Input, Badge } from "youruikit";
import "youruikit/dist/index.css";
function App() {
return (
<div className="p-4">
<Card>
<h1>Hello from YourUIKit!</h1>
<Input placeholder="Type here..." />
<Button>Click Me</Button>
<Badge>New</Badge>
</Card>
</div>
);
}
export default App;We welcome contributions!
- Fork the repo
- Make your changes
- Open a pull request
MIT © Vyoma Labs
Do you want me to do that too?
