I know it's possible to go to a route using
<a href="/example"></a>
but was wondering if it was possible with a button component alone and not by wrapping an <a>
tag around the button.
what I am looking for is something similar to this:
<button goto={"/example"}>Goto a page</button>