Skip to content

Commit

Permalink
feat: Add Mui Menu component
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Mar 2, 2023
1 parent 855c799 commit 2aa5f6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ module.exports = {
'../react/LinearProgress/index.js',
'../react/Link/index.js',
'../react/ListItemAvatar/index.js',
'../react/MuiCozyTheme/Menu/index.js',
'../react/MenuItem/index.js',
'../react/MenuList/index.js',
'../react/MobileStepper/index.js',
Expand Down
1 change: 1 addition & 0 deletions react/MuiCozyTheme/Menu/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Re-export of @material-ui. See [the official API](https://v4.mui.com/api/menu/).
3 changes: 3 additions & 0 deletions react/MuiCozyTheme/Menu/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import Menu from '@material-ui/core/Menu'

export default Menu

0 comments on commit 2aa5f6b

Please sign in to comment.