Skip to content

mehmetozguldev/rushui

Repository files navigation

🏎️ rush/ui - Build faster

A collection of beautifully designed, customizable React/Next.js components built with Tailwind CSS.

Features

  • Modern, Vercel-inspired design
  • Fully customizable components
  • Built with React and Tailwind CSS
  • TypeScript support
  • Responsive and accessible

Installation

  1. Clone the repository:

    git clone https://github.com/mehmetozguldev/rushui.git
    
  2. Install dependencies:

    npm install
    
  3. Run the development server:

    npm run dev
    

Usage

Import the components in your React files:

import { Button, Badge } from './components';

function MyComponent() {
  return (
    <div>
      <Button variant="gradient">Click me</Button>
      <Badge variant="success">New</Badge>
    </div>
  );
}

Customization

You can customize the components by modifying the Tailwind CSS classes in the component files or by adjusting the theme in your tailwind.config.js file.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.