Popover
Preview the popover component with the React live demo. For detailed code usage documentation, see the Storybooks for each framework below.
Documentation
Live demo
<Popover open><div className="popover-trigger"><Checkbox /></div><PopoverContent><div className="popover-example-content"><p className="popover-title">Available storage</p><p className="popover-details">This server has 150 GB of block storage remaining.</p></div></PopoverContent></Popover>