1.0.5 • Published 10 months ago

@forms.js/list-field v1.0.5

Weekly downloads
-
License
3 LICENSED CHECK ...
Repository
github
Last release
10 months ago

Forms.js

List field for forms.js package

Forms.js is an advanced, lightweight JavaScript library designed to ease form creation and management. Utilizing JSON for data input, it generates dynamic, user-centric forms, offering an unparalleled development experience.

Get Started with Forms.js ⚡️

NPM

npm i @forms.js/core @forms.js/list-field

JS DELIVR

<link
  href="https://cdn.jsdelivr.net/npm/@forms.js/core/css/index.css"
  rel="stylesheet"
/>
<script src="https://cdn.jsdelivr.net/npm/@forms.js/list-field/lib/index.js"></script>

Usage

app.js

import { Form, usePlugin } from "@forms.js/core";
import { pluginSettings as ListFieldPlugin } from "@forms.js/list-field";

usePlugin(ListFieldPlugin);
window.Form = Form;

For more information:

Dive deeper into Forms.js with the official documentation

1.0.5

10 months ago

1.0.4

11 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago