1.0.6 • Published 2 years ago
vue-pretty-box v1.0.6
Vue Prettybox
It is a tool dependency that allows you to open or zoom image just by click it. It helps you to view the image to have a better look of it without making zoom in on your browser.
Getting started
Installation
You can install vue-pretty-box using yarn add vue-pretty-box
, npm install vue-pretty-box
, or pnpm install vue-pretty-box
.
Import components
You can import the components with the following code:
import {
SingleImage,
ImageGallery,
ImageGalleryMasonry,
ProductGallery
} from "vue-pretty-box";
Import CSS/SCSS
@import "vue-pretty-box/vue-pretty-box.css";
/* or */
@import "vue-pretty-box/vue-pretty-box.scss";
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
1.0.1-beta-2
3 years ago
1.0.0-beta-2
3 years ago
1.0.0-beta-1
3 years ago