Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (28 loc) · 659 Bytes

InputComponent.md

File metadata and controls

31 lines (28 loc) · 659 Bytes

InputComponent

Usage

<template>
    <InputComponent
        :name="'example'"
    />
</template>

API

Props

Name Type Default Description
Name string required Needs to be unique
Label string undefined
Rules string undefined
Type string text
Maxlength number 255
Placeholder string -
Value string -

Events

Name Description
input Triggers when the value changes

Methods

Name Description Parameter Return
Focus Sets focus internally - -