Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techycode-01/react_dropdown
About This is a simple dropdown component built using React. The dropdown displays a list of options when hovering over the button and closes the dropdown when an option is clicked.
https://github.com/techycode-01/react_dropdown
Last synced: 9 days ago
JSON representation
About This is a simple dropdown component built using React. The dropdown displays a list of options when hovering over the button and closes the dropdown when an option is clicked.
- Host: GitHub
- URL: https://github.com/techycode-01/react_dropdown
- Owner: techycode-01
- Created: 2024-10-23T19:54:46.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T19:57:29.000Z (3 months ago)
- Last Synced: 2024-11-08T13:14:50.678Z (2 months ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Dropdown
## Coding ninjas React Skill Test 1
- Built by using React (vite)
## Features
- When you hover on dropdown all option will be visible
- On selection of option dropdown will be closed## How to run this project locally
- Clone this repository
- Run "npm install" inside this project
- Run "npm run dev" command to run this project locally
- Copy & Open url in any browser that's it# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh