Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
jenesius-vue-form
Advanced tools
Hi, If you stay here, please leave. This package is not ready ;) (But just now you can test it)
Hi, If you stay here, please leave. This package is not ready ;) (But just now you can test it)
Для создавния формы, необходимо просто создать экземпляр. JenesiusVueForm сделает большую часть работы за вас.
import {Form} from "jenesius-vue-modal"
const form = new Form()
Для работы удобно использовать композитный элемент, который хранит в себе другие инпуты, но не добавляет никакой логики для работы с формой. Отличный пример тому инпут address, который в себе может хранить такие поля, как: city, country, street.
import {useProxyState} from "jenesius-vue-modal"
const {state} = useProxyState(name);
Для того, чтобы связать поле input с формой нужно просто выполнить следующий хук:
<input type = "text"
@input = "input.change($event.target.value)"
:value="state.value"
:disabled = "state.disabled"
>
import {useInputState} from "jenesius-vue-modal"
const {state, input} = useInputState(props.name);
FAQs
Heavy form system for Vue.js
The npm package jenesius-vue-form receives a total of 234 weekly downloads. As such, jenesius-vue-form popularity was classified as not popular.
We found that jenesius-vue-form demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.