This repository was archived by the owner on May 5, 2018. It is now read-only.
Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork10
Simple implementation of Material Input with no dependencies
License
NotificationsYou must be signed in to change notification settings
wemake-services/vue-material-input
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Simple implementation of Material Input with no dependencies.
npm install vue-material-input
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
