Answers for "how to add link to button in react js"

1

how to add link to button in react js

import { Link } from 'gatsby';

export default function Header() {		
<Button
    as={Link}
    to="/admin"
  	variant="text">
     	Get Started
  </Button>
}
Posted by: Guest on December-04-2021

Code answers related to "how to add link to button in react js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language