informel
TypeScript icon, indicating that this package has built-in type declarations

1.11.2 • Public • Published

badge badge badge

logo informel

informel is a Web Component that wraps your native HTML forms and gives them super powers.


Features:

✅  Easily obtain form values
✅  Automatically show validation errors
✅  Native & custom validation rules
✅  Supports zod schemas
✅  Easily track form validity state
✅  Keep track of whether your form is dirty or not
✅  Support for nested fields (objects, arrays...)
✅  Auto submission via AJAX call, using action and method attributes

informel is a headless library: all the styling belongs to you!

Documentation: https://informel.site/

Changelog

Build

npm run build

Test

npm run test

Dev

Svelte/Webcomponent

In main.js, import test.svelte. Then run

npm run dev

React

cd react-dev
npm run dev

Changes to the core informel library (non react changes) need to be rebuilt to be visible.

Package Sidebar

Install

npm i informel

Weekly Downloads

138

Version

1.11.2

License

none

Unpacked Size

324 kB

Total Files

13

Last publish

Collaborators

  • juliendelort