Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 590 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 590 Bytes

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

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