Skip to content

Commit

Permalink
update readme for v3, publish version2 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Learus committed Oct 30, 2021
1 parent b3efedb commit 9893f2e
Show file tree
Hide file tree
Showing 4 changed files with 45,282 additions and 19,569 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,25 @@ 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
```

### 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 9893f2e

Please sign in to comment.