3 रिपॉजिटरी
Validation systems that use HTML data attributes to define constraints without requiring custom JavaScript for every rule.
Distinct from HTML Attribute Validation: Candidates focus on JSX validity or attribute restrictions; this is about using attributes as a DSL for form validation rules.
Explore 3 awesome GitHub repositories matching web development · Declarative Attribute Validation. Refine with filters or upvote what's useful.
Parsley.js is a JavaScript form validation library that provides a client-side data validator for verifying input correctness before submission. It functions as an HTML attribute-based validator, allowing constraints to be defined declaratively within HTML data attributes to enforce rules without requiring custom scripts. The framework distinguishes itself through a customizable validation system that supports user-defined rules and custom error message templates. It includes a remote validation interface to verify form values against server endpoints via asynchronous network requests and sup
Functions as an HTML attribute-based validator, allowing constraints to be defined declaratively within data attributes.
Goss is a declarative system validation framework that verifies server state by comparing live system attributes against YAML specifications. It checks the state of packages, ports, services, files, users, processes, DNS records, kernel parameters, mounts, network interfaces, and HTTP endpoints, reporting pass or fail for each condition. The tool distinguishes itself through several automation capabilities. It can scan a running system to automatically generate YAML baseline files that capture current resource configurations, eliminating the need to write tests from scratch. A retry-with-time
Checks real-time values of system properties such as packages, services, ports, and files against expected states defined in YAML.
Backbone.validation is a JavaScript library designed to enforce data integrity within Backbone.js models. It provides a framework for defining declarative validation schemas that intercept attribute changes, ensuring that data meets specified business requirements before it is committed to the model. The library distinguishes itself by tightly coupling model-level validation with user interface components. It features an event-driven binding system that monitors model states and automatically triggers interface updates, providing real-time feedback as users interact with forms. This approach
Provides a declarative schema system for mapping model attributes to validation rules and error messages.