Skip to content

Instantly share code, notes, and snippets.

@jtmthf
Created May 5, 2018 19:53
Show Gist options
  • Save jtmthf/e072e12bc4e6c076a8aae7a78d33db7d to your computer and use it in GitHub Desktop.
Save jtmthf/e072e12bc4e6c076a8aae7a78d33db7d to your computer and use it in GitHub Desktop.
Semantic UI React Augmentation
import { Link } from 'react-router-dom'
<Menu>
<Menu.Item as={Link} to='/home'>
Home
</Menu.Item>
</Menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment