https://github.com/bliblidotcom/vue-h-carousel
https://github.com/bliblidotcom/vue-h-carousel
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bliblidotcom/vue-h-carousel
- Owner: bliblidotcom
- License: mit
- Created: 2018-10-03T09:48:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T08:04:58.000Z (over 6 years ago)
- Last Synced: 2025-03-06T01:37:00.844Z (4 months ago)
- Language: JavaScript
- Size: 1.42 MB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-h-carousel
[](https://codecov.io/gh/bliblidotcom/vue-h-carousel)
[](https://www.npmjs.com/package/vue-h-carousel)
[](https://vuejs.org/)Vue Carousel
## Installation
```js
npm i --save vue-h-carousel
```## About
// TODO### Browser
Include the script file, then install the component with `Vue.use(VueHCarousel);` e.g.:
```html
Vue.use(VueHCarousel);
```
### Module
```js
import VueHCarousel from 'vue-h-carousel';
```## Usage
Use in template for example as:
```html
```
## 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) |## Preview
![]()
## :copyright: License
[MIT](http://opensource.org/licenses/MIT)