This is a popover implementation which allows popover to be triggered by one element, but have it aligned to the horizontal middle of another. Normally popover would be aligned to the horizontal middle of the trigger element.
This Next.js app has been bootstrapped with create-next-app
.
- Install dependencies with
yarn install
- Run
yarn dev
- Open http://localhost:3000