Created
May 5, 2018 19:53
-
-
Save jtmthf/e072e12bc4e6c076a8aae7a78d33db7d to your computer and use it in GitHub Desktop.
Semantic UI React Augmentation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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