Answers for "gatsby link active"

2

gatsby link active

<Link to="/"  activeClassName="link__active" />

<style>
.link__active {
      color: #b100c2;
    }
</style>
Posted by: Guest on June-29-2020

Browse Popular Code Answers by Language