popoverRect changes padding align [8.1.0] - 2024-9-12 Changed Prior to this change, the portal DOM elements generated when a popover appears were given the id react-tiny-popover-container and react-tiny-popover-scout From now on, both react-tiny-popover-container and react-tiny-popover-scout...
npm install @tiny-bits/react-popover Or if you're using yarn: yarn add @tiny-bits/react-popover Usage Here's a basic example of how to use the popover component: import { Popover, PopoverContent, PopoverTrigger, } from "@tiny-bits/react-popover"; function App() { return ( <Popover>...