0.0.34 • Published 1 year ago

@vue-formify/ionic-vue v0.0.34

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

📦 Install

npm i @vue-formify/ionic-vue

💻 Usage

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

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

1 year ago

0.0.32

1 year ago

0.0.31

1 year ago

0.0.30

1 year ago