You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Takes an array of 1-2 strings representing button text.
arr.length()==1 ? render one 100% button containing arr[0] : render two 1fr buttons with arr[0] as positive response (e.g. "Did it") and arr[1] as negative response (e.g. "Gave up")
Action
Array of functions (1-2, 1 for each button) to be initiated via onClick