2 repositorios
Integrating zero-dependency vanilla JavaScript libraries that manage DOM behavior without a framework runtime.
Distinct from Vanilla DOM Controllers: Distinct from Vanilla DOM Controllers: focuses on integrating a complete library (not just DOM control) with zero dependencies for projects without a framework.
Explore 2 awesome GitHub repositories matching user interface & experience · Vanilla JS Library Integrations. Refine with filters or upvote what's useful.
intl-tel-input is an international telephone input widget that provides a country-aware phone number entry experience with automatic formatting, validation, and E.164 normalization. It combines a searchable country picker with a format-as-you-type engine and a validation rule engine that checks numbers against country-specific patterns, returning machine-readable error codes when a number is invalid. The project ships as both a zero-dependency vanilla JavaScript library and as framework-specific components for React, Vue, Angular, and Svelte, all sharing the same core logic through a framewor
Provides a zero-dependency vanilla JavaScript library for international telephone input without requiring a framework.
Final Form is a framework-agnostic form state management library that tracks values, errors, and validation states for web applications. It operates as a reactive state engine, allowing individual form inputs to subscribe only to the specific state slices they require, such as values, touched status, or errors, in order to prevent unnecessary component re-renders across large forms. The library manages core form orchestration features including field registration, initialization, submission handling, typed data support, and integration with standard document elements or component-based rende
Integrates directly into standard document elements to track values, validation, and submission without a view library.