SubmitButton

SubmitButton relies on useFormStatus(), so it must be rendered inside a <form>. This page only shows the idle state — the pending spinner only appears while React is actually submitting the form (e.g. via a Server Action), which can't be demonstrated on a static page.