Skip to Content
PopoverInstallation & Usage

Install and use the Popover

A popover positioned based on certain values

Install @reactour/popover

npm i @reactour/popover

Usage

import { Popover } from '@reactour/popover' function App() { const sizes = { bottom: 0, left: 0, } return ( <> {/* ... */} <Popover sizes={sizes}> </> ) }
Last updated on