Confirm (destructive) actions manually with Stimulus

Sometimes you have destructive actions in your app: deleting a project or purging an account. In those cases you’d might make the action a bit harder than normal. For example to have your user type DELETE (or the project’s name). Or you could have them check a checkbox (or two). This nifty Rails Designer component does just that. Simple to set up, easy to use.