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

3 repos

Awesome GitHub RepositoriesInteraction Patterns

Common UI behaviors that trigger interface changes, such as animations or visibility toggles, based on user actions.

Explore 3 awesome GitHub repositories matching user interface & experience · Interaction Patterns. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Interaction and Event Handling
  4. Interaction and Event Handling
  5. General Interaction Frameworks
  6. Interaction Patterns

Awesome Interaction Patterns GitHub Repositories

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

    twbs/bootstrap

    173,988GitHubView on GitHub↗

    Bootstrap is a comprehensive, mobile-first CSS framework designed for building responsive web interfaces. It provides a standardized library of reusable UI components, such as navigation bars, modals, and forms, alongside a robust grid system that ensures consistent layout alignment across diverse viewport sizes. By es

    MDXbootstrapcsscss-framework
  • animate-css/animate.css

    animate-css/animate.css

    82,632GitHubView on GitHub↗

    Animate.css is a library of pre-defined, cross-browser CSS keyframe animations that can be applied to elements through declarative class toggling. It functions as a comprehensive motion framework, providing a standardized set of effects that ensure consistent visual transitions without requiring custom keyframe definit

    CSSanimationcsscss-animations
  • 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

    Gobashclifish

Explore sub-tags

  • Dynamic Header NavigationMechanisms that update application state or search scope based on user interaction with header elements.
  • State-Driven Animation TriggersSystems that initiate animation sequences based on state changes or class toggles.
  • Visibility TogglesMechanisms for showing or hiding content areas based on user interaction.