You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-16Lines changed: 2 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@
25
25
## Table of contents
26
26
27
27
-[Quick start](#quick-start)
28
-
-[Status](#status)
29
28
-[Bugs and feature requests](#bugs-and-feature-requests)
30
29
-[Documentation](#documentation)
31
30
-[Contributing](#contributing)
@@ -40,7 +39,7 @@
40
39
41
40
Several quick start options are available:
42
41
43
-
-[Download the latest release](https://github.com/coreui/coreui-vue/archive/refs/tags/v4.0.0-alpha.2.zip)
42
+
-[Download the latest release](https://github.com/coreui/coreui-vue/archive/refs/heads/v4.zip)
44
43
- Clone the repo: `git clone https://github.com/coreui/coreui-vue.git`
45
44
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue@next`
46
45
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/vue@next`
@@ -49,7 +48,7 @@ Read the [Getting started page](https://coreui.io/vue/docs/4.0/getting-started/i
49
48
50
49
### Styling
51
50
52
-
Components are styled using @coreui/coreui-vue CSS library, but you can use them also with bootstrap CSS library. That is possible because @coreui/coreui-vue library is compatible with bootstrap, it just extends its functionalities. The only exception is custom CoreUI components, which don't exist in the Bootstrap ecosystem (template components, callout, switch).
51
+
Components are styled using @coreui/coreui CSS library, but you can use them also with bootstrap CSS library. That is possible because @coreui/coreui-vue library is compatible with bootstrap, it just extends its functionalities. The only exception is custom CoreUI components, which don't exist in the Bootstrap ecosystem (template components, callout, switch).
53
52
54
53
Styles have to be imported separately! Import [CoreUI](https://github.com/coreui/coreui) CSS library (recommended), or [Bootstrap](https://getbootstrap.com/) library
55
54
@@ -124,19 +123,6 @@ import { CAlert } from '@coreui/vue/src';
124
123
125
124
If you are using [VS Code](https://code.visualstudio.com/) editor with Vetur plugin installed, then the editor would display hints for our library (component names and prop names).
0 commit comments