Components that float above the page, layered through a core portal into document.body and mounted/unmounted with a visible enter and exit via the core usePresence hook: Modal and Toast.
Components that float above the page, layered through a core
portal into document.body and mounted/unmounted with a visible
enter and exit via the core usePresence hook: Modal and
Toast.
Pages
Modal— A controlled dialog over a dimming scrim, layered through a core portal and animated in and out via usePresence. You own open and react to onClose, which fires from the…
Toast & Toaster— Transient notifications, created imperatively — exactly what a “Downloaded” or “Added to favourites” handler wants, rather than threading open-state through the view tree. Mount a single Toaster() once anywhere in…