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.
- React.js;
- TypeScript;
- HTML5, CSS3;
- Vite.js
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