Floating Input Label For Vue.js

Floating Input Label For Vue.js

A Material Design inspired, mobile and user-friendly floating label for text fields.

Install

npm install magic-vue-input -s

Quick Start

import MagicVueInput from 'magic-vue-input'

Preview

preivew

How to use

<MagicVueInput v-model='msg' placeholder='Name' type='password' color='red'></MagicVueInput>

Props

Name Value
placeholder String,Number
type String: 'text' or 'passwrod'
maxlength Number
color String: hash string color

Github Repository

Tags: #VueJs