Skip to content

Commit

Permalink
chore: remove material-ui from configs and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KarineBrandelli committed Jun 21, 2024
1 parent 77f9ea3 commit 8c52319
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ module.exports = {
[
'import',
{
libraryName: '@material-ui/core',
libraryName: '@mui/material',
libraryDirectory: '',
camel2DashComponentName: false
},
'material'
'mui'
],
[
'import',
{
libraryName: '@mui/material',
libraryName: '@mui/styles',
libraryDirectory: '',
camel2DashComponentName: false
},
'mui'
'styles'
],
[
'import',
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div align="center">
React UI based on the <br/>

`@material-ui/core` and `@mui/material` <br/>
`@mui/material` <br/>
toolkit for the web.

[![npm package](https://img.shields.io/npm/v/flipper-ui/latest.svg)](https://www.npmjs.com/package/flipper-ui)
Expand Down
2 changes: 1 addition & 1 deletion src/stories/Introduction.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Meta } from '@storybook/addon-docs'
</div>

<div align="center">
React UI based on the `@material-ui/core` and `@mui/material` toolkit for the web.
React UI based on the `@mui/material` toolkit for the web.

[![npm package](https://img.shields.io/npm/v/flipper-ui/latest.svg)](https://www.npmjs.com/package/flipper-ui)
[![npm downloads](https://img.shields.io/npm/dm/flipper-ui.svg)](https://www.npmjs.com/package/flipper-ui)
Expand Down

0 comments on commit 8c52319

Please sign in to comment.