1.0.3 • Published 10 months ago

@forms.js/daterange-field v1.0.3

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

Forms.js

Daterange 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 ⚡️

Via NPM

npm i @forms.js/core @forms.js/daterange-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/daterange-field/lib/index.js"></script>

Usage

app.js

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

usePlugin(DateRangeFieldPlugin);
window.Form = Form;

For more information:

Dive deeper into Forms.js with the official documentation

1.0.3

10 months ago

1.0.1

1 year ago

1.0.0

1 year ago