1.2.0 • Published 4 years ago

vue-material-input-box v1.2.0

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

vue-material-input-box

Simple and lightweight material design input component with no dependencies.

Showcase

Showcase

Installation

npm i vue-material-input-box --save

Usage

In your main.js file, register the component:

import Vue from "vue"

import VueMaterialInputBox from "vue-material-input-box"
Vue.component("VueMaterialInputBox", VueMaterialInputBox);

Example:

<VueMaterialInputBox 
	label="Full name"
	v-model="full_name"
/>

Props

1.2.0

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago