Skip to content

Commit 60adbd7

Browse files
committed
docs: update depndencies in readme
1 parent 7981a3a commit 60adbd7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,18 @@ react-modal >=3.16.1
6060
@mui/styles ^6.4.8
6161
prop-types ^15.8.1
6262
react-icons ^5.5.0
63+
@tippyjs/react ^4.2.6
64+
tippy.js ^6.3.7
6365
```
6466

6567
Make sure to install these dependencies to avoid runtime errors and ensure compatibility.
6668

69+
You can install all of them with the following command:
70+
71+
```bash
72+
npm install react react-dom styled-components react-modal @emotion/react @emotion/styled @mui/material @mui/styles prop-types react-icons @tippyjs/react tippy.js
73+
```
74+
6775
## Color Customization with CSS Variables
6876

6977
This library supports overriding component colors using CSS custom properties (variables). You can define these variables in your project's global CSS or stylesheets to customize the appearance of components without modifying the library code. This is particularly useful for theming and maintaining consistency with your application's design system.

0 commit comments

Comments
 (0)