awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repositorios

Awesome GitHub RepositoriesPointer Event Restrictions

Techniques for disabling or limiting user interaction on specific UI elements.

Distinct from Interaction Controllers: Distinct from Interaction Controllers: focuses on disabling pointer events for state management rather than enabling complex manipulation like dragging.

Explore 7 awesome GitHub repositories matching user interface & experience · Pointer Event Restrictions. Refine with filters or upvote what's useful.

Awesome Pointer Event Restrictions GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • allthingssmitty/css-protipsAvatar de AllThingsSmitty

    AllThingsSmitty/css-protips

    30,114Ver en GitHub↗

    This project is a curated knowledge base and technical reference for professional web styling. It serves as a comprehensive guide to modern CSS best practices, focusing on techniques that leverage native browser capabilities to create efficient, maintainable, and scalable stylesheets. The collection emphasizes the use of declarative style logic and modern layout engines to replace brittle, imperative approaches. By prioritizing native pseudo-class state management, logical property mapping, and relative unit scaling, the guide demonstrates how to build responsive interfaces that remain consis

    Provides CSS patterns to restrict pointer events on non-interactive or loading components.

    awesomeawesome-listcss
    Ver en GitHub↗30,114
  • whatwg/htmlAvatar de whatwg

    whatwg/html

    9,163Ver en GitHub↗

    This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.

    Implements the ability to make an element and all its descendants inert to block interaction.

    HTMLcanvaseventsourcehtml
    Ver en GitHub↗9,163
  • orestbida/cookieconsentAvatar de orestbida

    orestbida/cookieconsent

    5,548Ver en GitHub↗

    This project is a cookie consent manager and GDPR compliance tool used to collect user agreement for cookie categories. It is implemented as a vanilla JavaScript plugin that operates without external frameworks or dependencies. The tool provides a multilingual consent interface that automatically detects browser or document locales to serve translated content. It manages privacy preferences by blocking third-party iframes and scripts until explicit user consent is granted. The system covers website privacy customization through configurable banners and modals, including options for layout st

    Blocks pointer and focus events on the page content until a consent decision has been made.

    JavaScript
    Ver en GitHub↗5,548
  • elrumordelaluz/reactourAvatar de elrumordelaluz

    elrumordelaluz/reactour

    4,084Ver en GitHub↗

    Esta es una biblioteca de tours guiados y framework de onboarding para aplicaciones React. Proporciona un sistema para crear recorridos interactivos paso a paso utilizando popovers anclados a elementos y herramientas de enmascaramiento visual para resaltar componentes específicos de la interfaz. La biblioteca se centra en la accesibilidad, proporcionando soporte integrado para lectores de pantalla y navegación por teclado para asegurar un onboarding de usuario inclusivo. Permite una amplia personalización al permitir el reemplazo de elementos de interfaz predeterminados, como insignias y botones, por componentes React personalizados. El framework cubre la orquestación de tours mediante la gestión de estado y el targeting de elementos basado en selectores. Incluye capacidades para el desplazamiento automático del viewport, gestión de transiciones de popovers y la capacidad de restringir la interacción del usuario con la interfaz subyacente durante un recorrido.

    Allows blocking user input on highlighted elements during a walkthrough to control the user experience.

    TypeScriptgetting-startedguideguided-tours
    Ver en GitHub↗4,084
  • binioter/guideviewAvatar de binIoter

    binIoter/GuideView

    3,946Ver en GitHub↗

    GuideView is an Android user onboarding library and UI masking framework used to create guided tours and feature tutorials. It provides utilities for identifying and visually isolating specific Android views by drawing semi-transparent overlays with highlighted holes to focus user attention. The library implements a system for chaining multiple instructional steps together, allowing for the sequencing of highlight pages in a specific order. It supports the attachment of custom text, images, or animations near highlighted views to provide instructional context. The framework manages visual tr

    Builds sequenced instructional flows that guide users through interface elements with synchronized animations.

    Java
    Ver en GitHub↗3,946
  • midudev/jscampAvatar de midudev

    midudev/jscamp

    3,811Ver en GitHub↗

    jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

    Prevents user interaction by disabling pointer events on specific interface elements.

    JavaScriptbootcamp
    Ver en GitHub↗3,811
  • mozilla/gecko-devAvatar de mozilla

    mozilla/gecko-dev

    3,691Ver en GitHub↗

    Gecko-dev is a web browser engine and cross-platform browser framework. It serves as a foundational system for rendering web content and executing JavaScript, providing a complete layout and rendering pipeline to transform web markup into visual pixels. The project is distinguished by a specialized browser UI toolkit that uses XML-based languages and custom widgets to build cross-platform windows and menus. It incorporates unique development bridges, including design-to-code linking and a standardized protocol for AI-driven browser control and automated verification. Its broader capabilities

    Highlights specific UI elements and opens menu panels via an event-based API to provide user interaction guidance.

    JavaScript
    Ver en GitHub↗3,691
  1. Home
  2. User Interface & Experience
  3. Interactive UI Elements
  4. Interaction Controllers
  5. Pointer Event Restrictions

Explorar subetiquetas

  • Subtree Interaction Restrictions1 sub-etiquetaTechniques for making entire element hierarchies inert to block all pointer and focus events. **Distinct from Pointer Event Restrictions:** Specifically addresses the recursive disabling of an entire subtree rather than individual elements.