Skip to content

Commit

Permalink
feat: Add ButtonBase component
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Jul 20, 2023
1 parent d59b93b commit 9e77485
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/styleguide.config.js
Expand Up @@ -29,6 +29,7 @@ module.exports = {
'../react/Box',
'../react/Breadcrumbs',
'../react/Button',
'../react/ButtonBase',
'../react/Buttons',
'../react/CardActions',
'../react/CardActionArea',
Expand Down
1 change: 1 addition & 0 deletions react/ButtonBase/Readme.md
@@ -0,0 +1 @@
Re-export of @material-ui. See [the official API](https://v4.mui.com/api/button-base/).
3 changes: 3 additions & 0 deletions react/ButtonBase/index.js
@@ -0,0 +1,3 @@
import ButtonBase from '@material-ui/core/ButtonBase'

export default ButtonBase
1 change: 1 addition & 0 deletions react/index.js
Expand Up @@ -121,3 +121,4 @@ export { default as InputAdornment } from './InputAdornment'
export { default as InputBase } from './InputBase'
export { default as SearchBar } from './SearchBar'
export { default as Thumbnail } from './Thumbnail'
export { default as ButtonBase } from './ButtonBase'

0 comments on commit 9e77485

Please sign in to comment.