Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

💪 Heavy form system for Vue.js v3

License

NotificationsYou must be signed in to change notification settings

Jenesius/vue-form

Repository files navigation

Vue logo

DownloadsDownloadsIssueStars

Jenesius Vue Form

Powerful system for working with forms and inputs. The deep library integrates with Vue (3 version only) and provides a large set of tools for working with forms.

Documentation

To check outlive examples and docs, visitform.jenesius.com.

Integration with other UI libraries

This section is described in this part of thedocumentation

Questions and Issues

For questions and support please usethe GitHub repo.

Quick Example

Alt Text

Usage

This example demonstrates a simple use of this library using the login form as an example.

<template>    <form-fieldname ="login"/>    <form-fieldname ="password"type ="password"/>    <button@click ="handleLogin">Login</button></template><script setup>import {FormField,Form}from"jenesius-vue-form";constform=newForm();functionhandleLogin() {console.log(form.values)// { login: "", password: "" }}</script>

We connected two fields (login, password), arranged the corresponding types of provided libraries, industrial-level instances.a form and creating a handler for entering which takes on the value of the form. This is an example of the simplest form of use.

License

MIT

Copyright (c) 2022-present, Jenesius


[8]ページ先頭

©2009-2025 Movatter.jp