Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created May 9, 2019 10:01
Show Gist options
  • Save amandeepmittal/41b1ddbb7e75a33606c1214aba178d31 to your computer and use it in GitHub Desktop.
Save amandeepmittal/41b1ddbb7e75a33606c1214aba178d31 to your computer and use it in GitHub Desktop.
import "./App.css"
// ...
return (
{/* */}
<nav style={{ margin: 10 }}>
<NavLink to='/' activeClassName='active'>
Home
</NavLink>
<NavLink to='/about' activeClassName='active'>
About
</NavLink>
</nav>
{/* */}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment