Giter Site home page Giter Site logo

kyxiao / vue-drag-verify Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ashleylv/vue-drag-verify

0.0 0.0 0.0 209 KB

This is a vue component, which is sliding to unlock some functionalities, such as login or sign up. This is used to protect your web app from attack.

License: MIT License

JavaScript 22.08% HTML 2.11% Vue 75.81%

vue-drag-verify's Introduction

vue-drag-verify NPM version

This is a vue component, which is sliding to unlock for login or sign up. This is used to protect your web app from bot attack. demo

Installation

 npm install vue-drag-verify --save

Usage

<drag-verify :width="width" 
			 :height="height" 
			 :text="text" 
			 :success-text="successText" 
			 :background="background" 
			 :progress-bar-bg="progressBarBg" 
			 :completed-bg="completedBg" 
			 :handler-bg="handlerBg" 
			 :handler-icon="handlerIcon" 
			 :text-size="textSize" 
			 :success-icon="successIcon" 
			 :circle="getShape"></drag-verify>
import Vue from 'vue'
import dragVerify from 'vue-drag-verify'

export default {
  name: 'app',
  components:{
    dragVerify
  }
}

Props

Property Type Default Description
width Number 200 The width of the component
height Number 60 The height of the component
text String swiping to the right side The text shows on the component
successText String success The text shows when it’s successful
background String #ccc The background color of the component
color String #ffffff The color of the text
progressBarBg String #FFFF99 The backgound color of the progress bar
completedBg String #66cc66 The backgound color of the component when the button dragged to the right side
circle Boolean true If true, the shape of component is round
handlerIcon String - The icon of handler
successIcon String - The icon of handler when the button dragged to the right side
handlerBg String #fff The background color of the handler
textSize String 20px Font size of prompt message

Event

passcallback

Emitted when pass verify, the handler dragged to the right side.

vue-drag-verify's People

Contributors

ashleylv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.