A collection of beautifully designed, customizable React/Next.js components built with Tailwind CSS.
- Modern, Vercel-inspired design
- Fully customizable components
- Built with React and Tailwind CSS
- TypeScript support
- Responsive and accessible
-
Clone the repository:
git clone https://github.com/mehmetozguldev/rushui.git
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
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>
);
}
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.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.