io.confirm
Requests confirmation of an action using a full-screen dialog box.
Usage
const shouldDelete = await io.confirm("Delete this user account?", {
helpText: "All of their data will be deleted immediately.",
});
interval.com
Props
helpText | Optional string | Optional label providing additonal context. |
Returns: Boolean
Was this section useful?