Answers for "active link color different in react js"

0

active link color different in react js

instead of <Link> use <NavLink>
  <NavLink to="/" activeStyle={{color: "red",textDecoration:"none"}} />
Posted by: Guest on April-07-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language