An open API service indexing awesome lists of open source software.

https://github.com/timurgain/dynamic-dropdown-react

TS, React, Vite / custom dynamic dropdown menu
https://github.com/timurgain/dynamic-dropdown-react

react test-assignment typescript vite

Last synced: 4 months ago
JSON representation

TS, React, Vite / custom dynamic dropdown menu

Awesome Lists containing this project

README

          

# Custom Dropdown component

## Description

Demo pages with the custom dynamic dropdown component, whiсh reacts to the position on the screen, accepts item list and trigger element as props.

## Technologies

- React.js;
- TypeScript;
- HTML5, CSS3;
- Vite.js

## Links

[Demo is here](https://timurgain.github.io/dynamic-dropdown-react/)

## Installation and launch

Clone the repository and navigate to the project folder through the command line

```
git clone ...
```

Go to the folder

```
cd ...
```

Install dependencies, then run the app

```
npm install
```

```
npm run dev
```