@vue-formify/primevue
TypeScript icon, indicating that this package has built-in type declarations

0.0.34 • Public • Published

VueFormify PrimeVue component integration

📦 Install

npm i @vue-formify/primevue

💻 Usage

<script lang="ts" setup>
import { InputText } from '@vue-formify/primevue';

const send = (data: any) => {
	console.log(data);
};
</script>
<template>
<FormifyForm @submit="send">
	<InputText name="email" />
	<button>Send</button>
</FormifyForm>
</template>

⚠️ Known issues

  • InputOtp: Basic component not working properly, but with template everything is fine. It is a bug in the PrimeVue package.
  • Password: Bug in the PrimeVue package.

Package Sidebar

Install

npm i @vue-formify/primevue

Weekly Downloads

9

Version

0.0.34

License

MIT

Unpacked Size

32.9 kB

Total Files

5

Last publish

Collaborators

  • mateenagy