How to use button with Link in React JS

1 Answer

0 votes
<Link to='/signup'>
    <button className='btn btn-primary'>
        Sign Up
    </button>
</Link>

 



answered Jun 17, 2020 by avibootz

Related questions

2 answers 404 views
2 answers 332 views
1 answer 277 views
1 answer 300 views
...