horprogs / Just-validate

Modern, simple, lightweight (~5kb gzip) form validation library written in Typescript, with no dependencies (no JQuery!). Support a wide range of predefined rules, async, files, dates validation, custom error messages and styles, localization. Support writing custom rules and plugins.

Home Page:https://just-validate.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs: provide more detailed explanation with images or code

opened this issue · comments

I've come across this library yesterday, and obviously without a doubt clean library but I feel lack of documentation for specific topics like tooltips, and etc. However, rules have a clean documentation with appropriate code examples but for main blocks doesn't have any examples, and feel lost with the library though. Sometimes I feel that writing vanilla JS is efficient at some point.