We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d86771 commit 478ebbcCopy full SHA for 478ebbc
docs/index.md
@@ -15,15 +15,15 @@ $ npm i --save react-rich-ui
15
Add the following import to your React app index.js file:
16
17
```js
18
-import 'react-rich-ui/dist/index.esm.css';
+import 'react-rich-ui/dist/index.css';
19
```
20
21
### Or from a CDN
22
23
Add the following tag to your index.html file: (replace `2.2.0` in the URL with the version you are using)
24
25
```html
26
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/react-rich-ui@2.2.0/dist/index.esm.css" />
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/react-rich-ui@2.2.0/dist/index.css" />
27
28
29
## Import Bootstrap (CSS + JS)
0 commit comments