Skip to content

Vyoma-labs/youruikit

Repository files navigation


youruikit

A lightweight React UI kit for indie developers by Vyoma Labs

logo for youruikit

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.


Features

  • ✅ Lightweight and fast
  • ✅ TailwindCSS-ready
  • ✅ Fully TypeScript supported
  • ✅ Easy to integrate in any React project

Included Components

  1. Button – A flexible button component
  2. Input – Customizable input fields
  3. Card – A simple card container
  4. Badge – Status and notification badges

More components coming soon in future releases 🚀


Installation

npm install youruikit

Or with Yarn:

yarn add youruikit

Usage

import 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;

Contributing

We welcome contributions!

  • Fork the repo
  • Make your changes
  • Open a pull request

License

MIT © Vyoma Labs

Do you want me to do that too?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published