Import
Usage
app/page.tsx
Props
children
React.ReactNode
The element that opens the modal. Rendered inline as the trigger;
clicking it opens the dialog. Typically a <button>, but any element
that accepts onClick works.
SSR
<CalmOnramp> is a client component. In Next.js App Router, render
it from a parent that has "use client" at the top: