1.0.4 • Published 5 years ago

@mesg-components/textfield v1.0.4

Weekly downloads
5
License
-
Repository
-
Last release
5 years ago

@MESG-COMPONENTS/TEXTFIELD

Install

npm install @mesg-components/textfield or yarn add @mesg-components/textfield

Properties

  • type: String, Optional, The default type is text
  • label: String, Required.
  • placeholder: String, Required.
  • v-model: String, Required.

Example

<template>
  <div class="container">
    <TextField type="text" label="Link to your contribution" placeholder="Example ..." v-model="value" />
  </div>
</template>
1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago