A collection of modern and reusable UI components built with React. This repository contains clean and responsive UI elements that can be used in modern web applications.
This project currently includes a responsive Navbar component built using React and CSS. The Navbar includes a modern layout with a search bar, dropdown menu, and profile avatar.
The goal of this repository is to build a collection of reusable UI components for React developers.
- Modern Navbar UI
- Dropdown menu on hover
- Search bar with interactive button
- Smooth hover effects
- Clean and minimal design
- Built with React + CSS
- React
- JavaScript
- CSS
- Vite
react-ui-components
│
├─ src
│ ├─ components
│ │ ├─ Navbar.jsx
│ │ └─ Navbar.css
│ │
│ ├─ App.jsx
│ ├─ main.jsx
│ └─ index.css
│
├─ index.html
├─ package.json
├─ package-lock.json
├─ vite.config.js
└─ README.md
Clone the repository:
git clone https://github.com/Kunalkumarxyz/react-ui-components.git
Go to the project folder:
cd react-ui-components
Install dependencies:
npm install
Run the development server:
npm run dev
Then open in browser:
http://localhost:5173
Navbar with dropdown menu and search bar built using React.
(You can add screenshots of the UI here later.)
More UI components will be added in the future:
- Sidebar Navigation
- Login Form
- Profile Card
- Pricing Section
- Dashboard UI
- Modal Components
Kunal Kumar
- GitHub: https://github.com/Kunalkumarxyz
- LinkedIn: https://www.linkedin.com/in/kunalkumarxyz
If you like this project, please consider giving it a ⭐ on GitHub.