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
*[With an ES6 bundler (via NPM)](#with-an-es6-bundler-via-npm)
13
+
*[With a CDN](#with-a-cdn)
14
+
*[Available props](#available-props)
15
+
*[Contents](#contents)
16
+
*[License](#license)
17
+
*[Issues](#issues)
7
18
8
19
## Demo
9
20
The live demo is available here: [https://codepen.io/DCzajkowski/pen/rzOErW](https://codepen.io/DCzajkowski/pen/rzOErW).
10
21
11
22
## Installation
12
-
### With npm:
23
+
### With NPM:
13
24
```bash
14
25
npm i vue-pure-lightbox --save
15
26
```
@@ -23,7 +34,7 @@ npm i vue-pure-lightbox --save
23
34
```
24
35
25
36
## Usage
26
-
### With an ES6 bundler (via npm)
37
+
### With an ES6 bundler (via NPM)
27
38
In your index file
28
39
```js
29
40
importLightboxfrom'vue-pure-lightbox'
@@ -76,5 +87,5 @@ CSS is being used in the component, but each class is prefixed with a `lightbox`
76
87
## License
77
88
Just use it. For free. Forever.
78
89
79
-
## Bugs
90
+
## Issues
80
91
If you find any bug or problem with the plugin please open an issue or create a pull request on the [Github repo](https://github.com/DCzajkowski/vue-lightbox).
0 commit comments