0.0.22 • Published 10 months ago
@rubisco0211/quasar-app-extension-qotp v0.0.22
Quasar App Extension q-otp-input
The QOtpInput component is used for inputting one-time password.
Links
npm: @rubisco0211/quasar-app-extension-qotp
Install
quasar ext add @rubisco0211/qotpQuasar CLI will retrieve it from the NPM registry and install the extension to your project.
Uninstall
quasar ext remove @rubisco0211/qotpUsage
<template>
<q-otp-input v-bind="otpProps" v-model="otp"></q-otp-input>
</template>
<script setup lang="ts">
import { ref } from "vue";
const otp = ref("");
const otpProps = ref({
length: 6,
placeholder: "",
autofocus: true,
digitOnly: true,
allowPaste: true,
realTime: true,
type: "text",
readonly: false,
disable: false,
loading: false,
error: false,
outlined: true,
filled: false,
dense: false,
standout: false,
fontSize: "18px",
});
</script>Donate
If you appreciate the work that went into this App Extension, please consider donating to Quasar.
0.0.22
10 months ago
0.0.21
10 months ago
0.0.20
10 months ago
0.0.19
10 months ago
0.0.18
10 months ago
0.0.17
10 months ago
0.0.16
10 months ago
0.0.15
10 months ago
0.0.14
10 months ago
0.0.13
10 months ago
0.0.12
10 months ago
0.0.11
10 months ago
0.0.10
10 months ago
0.0.9
10 months ago
0.0.8
10 months ago
0.0.7
10 months ago
0.0.6
10 months ago
0.0.5
10 months ago
0.0.4
10 months ago
0.0.3
10 months ago
0.0.2
10 months ago
0.0.1
10 months ago