informel
62 posts

informel
@informel_js
Framework-agnostic js forms library. Lightweight ・0 dependency・#usetheplatform - Automatically shows validation errors - Supports zod schemas - ... and more!




Introducing informel, a lightweight framework-agnostic headless forms library: juliendelort.github.io/informel/. Main features 👇 (Using React? Check out the last tweet). #forms #formlibrary #javascript #react #webcomponents #FrontEnd



Introducing informel, a lightweight framework-agnostic headless forms library: juliendelort.github.io/informel/. Main features 👇 (Using React? Check out the last tweet). #forms #formlibrary #javascript #react #webcomponents #FrontEnd

informel tip #6 You don't need much to add validation to your forms: - Wrap the <form> element with <inform-el> - And wrap your fields with <inform-fields> And that's it! Validation errors will be shown! informel doesn't change your forms, it just enhances them! @reactjs👇

Introducing informel, a lightweight framework-agnostic headless forms library: juliendelort.github.io/informel/. Main features 👇 (Using React? Check out the last tweet). #forms #formlibrary #javascript #react #webcomponents #FrontEnd










Same thing for @reactjs use the `<InformEl>` and `<InformField>` component. Common mistake: don't forget `import "informel"`. It is still needed once at the root of the app for registering the web components. informel.site/react



informel tip #6 You don't need much to add validation to your forms: - Wrap the <form> element with <inform-el> - And wrap your fields with <inform-fields> And that's it! Validation errors will be shown! informel doesn't change your forms, it just enhances them! @reactjs👇


Introducing informel, a lightweight framework-agnostic headless forms library: juliendelort.github.io/informel/. Main features 👇 (Using React? Check out the last tweet). #forms #formlibrary #javascript #react #webcomponents #FrontEnd









