Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 513 Bytes

File metadata and controls

9 lines (6 loc) · 513 Bytes

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.

Run

  1. Install dependencies with yarn install
  2. Run yarn dev
  3. Open http://localhost:3000