SubmitButton
@wq/material’s <SubmitButton/>
component is a variant of <Button/>
with different default styling and integration with the wrapping <Form/>
. Use this component rather than <Button type="submit">
to ensure native support. <SubmitButton/>
is analogous to <button type="submit">
in HTML.
Source
While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference: