2 Repos
APIs for updating the selected date value through code and triggering change events.
Distinct from Programmatic Selection: Distinct from general date selection components: focuses on programmatic control rather than user-driven interaction.
Explore 2 awesome GitHub repositories matching user interface & experience · Programmatic Selection. Refine with filters or upvote what's useful.
Flatpickr is a lightweight, dependency-free JavaScript library designed to provide a modular date and time selection interface for web applications. It functions as a versatile web component that integrates into existing forms, offering a consistent user experience for picking single dates, ranges, or multiple values while maintaining a clear separation between human-readable display strings and machine-readable data. The library distinguishes itself through a robust configuration-driven architecture that allows for dynamic runtime updates and extensive customization of date formatting via a
Allows developers to update the current date selection programmatically and optionally trigger change events.
BlockSuite is a collaborative block editor framework built on a hierarchical block tree data model with CRDT-based state synchronization for real-time multi-user editing. It provides an extensible block component system, allowing developers to define custom block types through declarative schemas, services, and rendering components. The editor is packaged as cross-framework web components, making it embeddable in any JavaScript environment. The framework distinguishes itself with a command-driven editing pipeline that composes type-safe editing actions with dynamic context sharing and control
Allows getting and setting text and block selections programmatically with support for multiple selection types.