vue-h-carousel
v0.3.3
Published
Native Vue Carousel
Downloads
10
Readme
vue-h-carousel
Vue Carousel
Installation
npm i --save vue-h-carousel
About
// TODO
Browser
Include the script file, then install the component with Vue.use(VueHCarousel);
e.g.:
<script type="text/javascript" src="node_modules/vuejs/dist/vue.min.js"></script>
<script type="text/javascript" src="node_modules/vue-h-carousel/dist/vue-h-carousel.min.js"></script>
<script type="text/javascript">
Vue.use(VueHCarousel);
</script>
Module
import VueHCarousel from 'vue-h-carousel';
Usage
Use in template for example as:
<vue-h-carousel images=""></vue-h-carousel>
Parameters
| Attribute | Type | Default | Description | | :--- | :---: | :---: | :--- | | images | String | - | Image to be displayed in thumbnail. Used also in the carousel if imageFull param is not given (required) |