Giter Club home page Giter Club logo

vue-button-effect's Introduction

vue-button-effect

A Vue.js 2.0 Button Effect Plugin for Web.

为Vue设计的特效按钮插件

image

Browser Support

Modern browsers and Internet Explorer 10+

Install

npm i vue-button-effect

Quick Start

// main.js
import vueButtonEffect from 'vue-button-effect'
Vue.use(vueButtonEffect)

// ***.vue
<template>
  <g-button-wave color="primary" size="button--size-m">Primary</g-button-wave>
	...
	...
	...

</template>

<script>
export default {
  data () {
    return {
      
    }
  }
}
</script>

API

Button标签<n></n>
g-button-wave    g-button-ujarak   g-button-winona   g-button-wayra   g-button-tamaya    g-button-rayen
g-button-pipaluk   g-button-nuka   g-button-moema    g-button-isi   g-button-aylen   g-button-nina
g-button-nanuk    g-button-sacnite
参数(属性) 描述 类型 默认值 示例
color button颜色 String - color="primary"
size button大小 String button--size-ss size="button--size-m"
gText (此属性仅适用于 nina、 nanuk 按钮) button名 String - gText="提交"
color属性可选值:
primary | dark-primary | light-primary | success | warning | error info
size属性可选值:
button--size-ss | button--size-s | button--size-m | button--size-l

license

MIT

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.