New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

effect-input

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

effect-input

Text Input Effects for Vue.js - Simple ideas for enhancing text input interactions

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

effect-input

NPM version Node version NPM download Dependencies License

优雅而绚丽的适用于 Vue 2.0 的 input 组件。极大提高交互效果和输入愉悦性。

NPM

深受 TextInputEffects 的启发。

概览

访问在线示例

安装

$ yarn add effect-input # npm i -S effect-input

使用

一个简单的例子

import EffectInput from 'effect-input'
import 'effect-input/dist/index.css'

Vue.use(EffectInput)
<template>
  <effect-input v-model="value" type="jiro" label="姓名"></effect-input>
</template>

主题

effect-inputtype 属性为主题名,目前有如下主题:

haruki

haruki

hoshi

hoshi

kuro

kuro

jiro

jiro

minoru

minoru

yoko

yoko

hideo

hideo

kyo

kyo

akira

akira

ichiro

ichiro

juro

juro

madoka

madoka

kaede

kaede

isao

isao

开发

$ npm install
$ npm run dev

构建

$ npm run build:package # 构建 npm 包
$ npm run build:example # 构建示例站点
$ npm run build # build:package & build:example

TODOs

  • 添加更多主题
    • SET 2
      • manami
      • nariko
      • nao
      • yoshiko
      • shoko
      • chisato
      • makiko
      • sae
      • kozakura
      • fumi
      • ruri
      • kohana

更新日志

详见 releases

Keywords

vue

FAQs

Package last updated on 21 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts