Ariakit
/

portal

Portal is rendered at the bottom left of the page
import "./style.css";
import { Portal } from "@ariakit/react";
export default function Example() {
return (
<div className="wrapper">
Portal is rendered at the bottom left of the page
<Portal>I am portal and I am detached at the bottom of the page.</Portal>
</div>
);
}

Stay tuned

Join 1,000+ subscribers and receive monthly tips & updates on new Ariakit content.

No spam. Unsubscribe anytime. Read latest issue