Popover
Show a popup dialog positioned relative to an anchor element. This component can be either modal
or non-modal and optionally rendered in a React portal
.
import "./style.css";
import * as Ariakit from "@ariakit/react";
export default function Example() {
return (
Accept invite
Team meeting
We are going to discuss what we have achieved on the project.
<div>
<p>12 Jan 2022 18:00 to 19:00</p>
<p>Alert 10 minutes before start</p>
</div>
);
}
API
Follow updates
Join 1,000+ subscribers and receive monthly updates with the latest improvements on Components.