New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

informel

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

informel

informel is a Web Component that wraps native HTML forms. Features: validation errors, native & custom validation rules.validity state, dirty check, auto submission via AJAX call

latest
npmnpm
Version
1.11.2
Version published
Weekly downloads
83
31.75%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

form

FAQs

Package last updated on 20 Mar 2023

Did you know?

Socket

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.

Install

Related posts