Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 82cd331

Browse filesBrowse files
committed
docs: update installation guide
1 parent c253c1e commit 82cd331
Copy full SHA for 82cd331

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Several quick start options are available:
4747

4848
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.0.0.zip)
4949
- Clone the repo: `git clone https://github.com/coreui/coreui-react.git`
50-
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react@next`
51-
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react@next`
50+
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react`
51+
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react`
5252

5353
Read the [Getting started page](https://coreui.io/react/docs/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
5454

@@ -73,7 +73,7 @@ npm install @coreui/coreui --save
7373
##### Basic usage
7474

7575
```js
76-
import "@coreui/dist/css/coreui.min.css";
76+
import '@coreui/coreui/dist/css/coreui.min.css'
7777
```
7878

7979
#### Bootstrap CSS files

‎packages/docs/content/4.0/getting-started/introduction.mdx

Copy file name to clipboardExpand all lines: packages/docs/content/4.0/getting-started/introduction.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ npm install @coreui/coreui
4242
###### Basic usage
4343

4444
```js
45-
import '@coreui/dist/css/coreui.min.css'
45+
import '@coreui/coreui/dist/css/coreui.min.css'
4646
```
4747

4848
### Bootstrap CSS files

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.