1 个仓库
Patterns for separating the logic of a value selector from the element that triggers its display.
Distinct from Component Composition: Distinct from general component composition by focusing specifically on the separation of trigger elements from input logic.
Explore 1 awesome GitHub repository matching web development · Input Trigger Decoupling. Refine with filters or upvote what's useful.
This project is a reusable React datepicker component providing an accessible, localized interface for selecting dates and times within web applications. It functions as an input field that triggers a calendar popup for precise temporal data entry. The component is designed for flexibility, allowing for a customizable calendar layout and the integration of custom external elements to trigger the picker. It supports marking holidays with custom labels and styles and implements date selection restrictions through boundaries, exclusion lists, and filter functions. The system includes comprehens
Implements a customizable wrapper that separates the date selection logic from the trigger element.