@ckd/vue-input

0.1.0-alpha.3 • Public • Published

CKD Vue Input

Installation

yarn add @ckd/vue-input@latest

Usage

This component is only meant to be extended for use in form input components. It is not designed to be used on it's own.

Sample usage in another component would look like:

import Vue from 'vue'
import Input from '@ckd/vue-input'

export default {
  name: 'FormComponent',
  extends: Input,
  methods: {
    // ...
  }
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.0-alpha.31latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.0-alpha.31
0.1.0-alpha.20
0.1.0-alpha.10

Package Sidebar

Install

npm i @ckd/vue-input

Weekly Downloads

1

Version

0.1.0-alpha.3

License

none

Unpacked Size

690 kB

Total Files

19

Last publish

Collaborators

  • erhainer88