# whatsnewsliderswiper

> inCall Vue

Latest version **0.0.8** (published 2018-07-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install whatsnewsliderswiper
pnpm add whatsnewsliderswiper
yarn add whatsnewsliderswiper
bun add whatsnewsliderswiper
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: no vulnerabilities; popular repo.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.8 |
| Published | 2018-07-11 |
| First published | 2018-07-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 16437 |
| Author | liulei |
| Maintainers | liulei_ui |
| Keywords | component, vue, mobile, eleme |

## Links

- npm: https://www.npmjs.com/package/whatsnewsliderswiper
- Repository: https://github.com/ElemeFE/mint-ui/tree/master/components/mint-indicator
- Homepage: https://github.com/ElemeFE/mint-ui
- npm.io page: https://npm.io/package/whatsnewsliderswiper

## Recent versions

- 0.0.8 (latest) — 2018-07-11
- 0.0.7 — 2018-07-06
- 0.0.6 — 2018-07-05
- 0.0.5 — 2018-07-05
- 0.0.3 — 2018-07-05
- 0.0.2 — 2018-07-05
- 0.0.1 — 2018-07-04

## README

# Overview
vue-whatsnewSlider is a mobile loading whatsnewSlider plugin for vue.js.

# Installation
First, install `vue-whatsnewSlider` from npm:
```bash
$ npm install vue-whatsnewSlider
```

Then use it:
```Javascript
// ES6 mudule
import whatsnewSlider from 'vue-whatsnewSlider';

// CommonJS
const whatsnewSlider = require('vue-whatsnewSlider').default;
```

# Usage
Open an whatsnewSlider:
```Javascript
whatsnewSlider.open();
```

Open an whatsnewSlider with a string:
```Javascript
whatsnewSlider.open('Loading...');
```

Open an whatsnewSlider with an object:
```Javascript
whatsnewSlider.open({ text:'Loading...', spinnerType: 'fading-circle' });
```

Then close it:
```Javascript
whatsnewSlider.close();
```

# API
| Option      | Description    | Value                                                       | Default |
|-------------|----------------|-------------------------------------------------------------|---------|
| text        | whatsnewSlider text | String                                                      |         |
| spinnerType | spinner type   | 'snake', 'fading-circle', 'double-bounce', 'triple-bounce'  | 'snake' |

# License
MIT

---
_Source: https://npm.io/package/whatsnewsliderswiper · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
