Skip to content

Commit

Permalink
[docs] Add Menu Item to 'Migration From v0.x' Document (#12150)
Browse files Browse the repository at this point in the history
  • Loading branch information
shabareesh authored and oliviertassinari committed Jul 14, 2018
1 parent 35ea370 commit a009003
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/pages/guides/migration-v0x/migration-v0x.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,16 @@ This will apply a change such as the following:
+/>
```
### Menu Item
```diff
-import MenuItem from 'material-ui/MenuItem';
+import MenuItem from '@material-ui/core/MenuItem';
-<MenuItem primaryText="Profile" />
+<MenuItem>Profile</MenuItem>
```
### To be continued…
Have you successfully migrated your app, and wish to help the community?
Expand Down

0 comments on commit a009003

Please sign in to comment.