1.1.0 • Published 5 years ago

magic-vue-input v1.1.0

Weekly downloads
6
License
ISC
Repository
github
Last release
5 years ago

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

NameValueDes
valueAnyThe value of your input
placeholderString,NumberThe placeholder when your input value is none
typeString: 'text' or 'passwrod'Only support text & password
maxlengthNumberLongest number of your input text
textColorString: hash string colorColor of input text
lineColorString: hash string colorColor of bottom line
closeBtnColorString: hash string colorColor of the colse button
placeholderColorString: hash string colorColor of placeholder
fontSizeNumberFont size of text
textOffsetBotNumberVertical offset of text
1.1.0

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago