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

0.0.34 • Public • Published

VueFormify Element Plus component integration

📦 Install

npm i @vue-formify/element-plus

💻 Usage

<script lang="ts" setup>
import { ElInput } from '@vue-formify/element-plus';

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

Package Sidebar

Install

npm i @vue-formify/element-plus

Weekly Downloads

2

Version

0.0.34

License

MIT

Unpacked Size

328 kB

Total Files

5

Last publish

Collaborators

  • mateenagy