thaana-keyboard-vue

1.0.1 • Public • Published

WIP

Installation

yarn add thaana-keyboard-vue

or with npm

npm i thaana-keyboard-vue

Usage

<script setup>
import { reactive } from 'vue';
import ThaanaInput from 'thaana-keyboard-vue/src/ThaanaInput.vue';
import ThaanaText from 'thaana-keyboard-vue/src/ThaanaText.vue';

const state = reactive({
  input: null,
  input2: null,
  textarea: null,
  textarea2: null,
});
</script>

<template>
    <ThaanaInput v-model="state.input" />

    <br />

    <ThaanaInput v-model="state.input2" />

    <br />

    <ThaanaText v-model="state.textarea" />

    <br />

    <ThaanaText v-model="state.textarea2" />

    <br />
    <br />

    <code><pre>
      {{ state }}
    </code></pre>
</template>

Package Sidebar

Install

npm i thaana-keyboard-vue

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

5.86 kB

Total Files

5

Last publish

Collaborators

  • aharen