1.0.2 • Published 3 years ago

@quartz-vision/ionic-events v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ionic-events

A bunch of events on top of ionic's gestures

Installation

npm i @quartz-vision/ionic-events

Setup

import Vue from "vue"
import ionicEvents from "@quartz-vision/ionic-events"

const app = createApp(myApp)
  .use(ionicEvents);

Usage

<div v-quartz:<event name>="<handler>">

Events

long-tap

<div v-quartz:long-tap="onLongTap">

Tap time: 500ms

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago