An open API service indexing awesome lists of open source software.

https://github.com/bliblidotcom/vue-h-carousel


https://github.com/bliblidotcom/vue-h-carousel

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# vue-h-carousel

[![codecov](https://codecov.io/gh/bliblidotcom/vue-h-carousel/branch/master/graph/badge.svg)](https://codecov.io/gh/bliblidotcom/vue-h-carousel)
[![npm](https://img.shields.io/npm/v/vue-h-carousel.svg)](https://www.npmjs.com/package/vue-h-carousel)
[![vue2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)](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)