Skip to content

Commit

Permalink
feat: Add skeleton from mui
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Nov 15, 2022
1 parent 1d82da3 commit 20cc960
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
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ module.exports = {
'../react/StepIcon/index.js',
'../react/StepLabel/index.js',
'../react/SvgIcon/index.js',
'../react/Skeleton/index.js',
'../react/SwipeableDrawer/index.js',
'../react/TextareaAutosize/index.js',
'../react/Toolbar/index.js',
Expand Down
1 change: 1 addition & 0 deletions react/Skeleton/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/components/skeleton/).
3 changes: 3 additions & 0 deletions react/Skeleton/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import Skeleton from '@material-ui/lab/Skeleton'

export default Skeleton
1 change: 1 addition & 0 deletions react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ export { default as AlertTitle } from './AlertTitle'
export { default as Tabs } from './Tabs'
export { default as Tab } from './Tab'
export { default as CircularChart } from './CircularChart'
export { default as Skeleton } from './Skeleton'

0 comments on commit 20cc960

Please sign in to comment.