Skip to content

Commit a009003

Browse files
shabareesholiviertassinari
authored andcommitted
[docs] Add Menu Item to 'Migration From v0.x' Document (#12150)
1 parent 35ea370 commit a009003

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/src/pages/guides/migration-v0x/migration-v0x.md

+10
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,16 @@ This will apply a change such as the following:
145145
+/>
146146
```
147147

148+
### Menu Item
149+
150+
```diff
151+
-import MenuItem from 'material-ui/MenuItem';
152+
+import MenuItem from '@material-ui/core/MenuItem';
153+
154+
-<MenuItem primaryText="Profile" />
155+
+<MenuItem>Profile</MenuItem>
156+
```
157+
148158
### To be continued…
149159

150160
Have you successfully migrated your app, and wish to help the community?

0 commit comments

Comments
 (0)