Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 5, 2018. It is now read-only.

Simple implementation of Material Input with no dependencies

License

NotificationsYou must be signed in to change notification settings

wemake-services/vue-material-input

Repository files navigation

Build StatusCoverage Status

Simple implementation of Material Input with no dependencies.

Showcase

Showcase

Installation

npm install vue-material-input

Usage

Example withv-model:

importVuefrom'Vue'importMaterialInputfrom'vue-material-input'constvm=newVue({el:'#app',// note that `#app` must be presented in the htmltemplate:('<form><p>Hello, {{ username }}</p>'+'<MaterialInput name="name" v-model="username">Your name</MaterialInput>'+'</form>'),data(){return{username:'admin'}},components:{    MaterialInput}})

For more examples, please check/play folder and theproject's website.

About

Simple implementation of Material Input with no dependencies

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp