awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Visibility Directives · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesVisibility Directives

Directives that manage the visibility of DOM elements through CSS property manipulation.

Explore 2 awesome GitHub repositories matching user interface & experience · Visibility Directives. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. UI Components
  4. Form Input Components
  5. Visibility Directives

Awesome Visibility Directives GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • vuejs/vue

    vuejs/vue

    209,962GitHubView on GitHub↗

    This project is a framework for building user interfaces through a component-based architecture. It utilizes a declarative template syntax and a reactive data-binding system to synchronize application state with the Document Object Model. Developers can construct complex interfaces by composing reusable, self-contained

    Directives toggle element visibility by dynamically modifying CSS display properties while preserving the node within the document structure.

    TypeScriptframeworkfrontendjavascript
  • junegunn/fzf

    junegunn/fzf

    77,987GitHubView on GitHub↗

    This project is a general-purpose command-line filter that provides an interactive interface for processing standard input streams. It enables real-time fuzzy searching, data selection, and transformation, allowing users to navigate complex information or file systems directly within their terminal. By utilizing a pipe

    Toggles the visibility of input sections to create read-only or display-only interfaces for filtered data.

    Gobashclifish