Skip to content

Commit

Permalink
publish version2mui5
Browse files Browse the repository at this point in the history
  • Loading branch information
Learus committed Oct 30, 2021
1 parent e89689b commit 2eb42c7
Show file tree
Hide file tree
Showing 4 changed files with 26,349 additions and 278 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,30 @@ Take a look at this interactible [Live Demo](https://learus.github.io/react-mate
## Installation

```shell
npm install react-material-ui-carousel@mui5 --save
npm install react-material-ui-carousel --save
```

**Note:**

You will need to have `material-ui` installed, in order to use this library/component.
You will need to have Material UI installed, in order to use this library/component

```shell
npm install @mui/material
npm install @mui/icons-material
npm install @mui/styles
npm install @emotion/react
npm install @emotion/styled
```

### Other Versions

```shell
# Version 2 with MUI 4
npm install react-material-ui-carousel@version2 --save
npm install @material-ui/core
npm install @material-ui/icons


# Version 2 with MUI 5 support
npm install react-material-ui-carousel@version2mui5 --save
```

## Usage Example
Expand Down
Loading

0 comments on commit 2eb42c7

Please sign in to comment.