awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesToolbar Components

Horizontal bars of action icons or buttons placed at the top or bottom of the screen.

Distinct from Toolbar Button Customizations: Distinct from Toolbar Button Customizations: covers the full toolbar container, not just button configuration.

Explore 6 awesome GitHub repositories matching user interface & experience · Toolbar Components. Refine with filters or upvote what's useful.

Awesome Toolbar Components GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • didi/cube-uididi 的头像

    didi/cube-ui

    9,116在 GitHub 上查看↗

    cube-ui is a mobile-first Vue.js component library that provides a comprehensive set of pre-built UI elements for building touch-based mobile web applications. The library is built on Vue's single-file component architecture and supports on-demand ES module imports, allowing developers to selectively load only the components they need to optimize bundle size. It also offers plugin-based global registration for convenient setup and includes a CLI scaffolding tool to generate project skeletons with pre-configured build settings. The library distinguishes itself with a gesture-driven interaction

    Renders horizontal toolbars with action icons and buttons for mobile interfaces.

    JavaScriptcube-uijavascriptui-library
    在 GitHub 上查看↗9,116
  • sxei/chrome-plugin-demosxei 的头像

    sxei/chrome-plugin-demo

    8,674在 GitHub 上查看↗

    《Chrome插件开发全攻略》配套完整Demo,欢迎clone体验

    Opens a small HTML window when clicking the toolbar icon for temporary user interactions.

    JavaScript
    在 GitHub 上查看↗8,674
  • florent37/materialviewpagerflorent37 的头像

    florent37/MaterialViewPager

    8,079在 GitHub 上查看↗

    MaterialViewPager is a library that creates a scrollable, swipeable interface with an animated header image, toolbar, and logo following Material Design guidelines. It provides a complete implementation of a Material Design ViewPager, where the header background color and image animate as the user swipes between pages. The library coordinates scroll-driven header animations by synchronising scroll offsets from the ViewPager and attached scrollable views through a central coordinator. It supports fragment-based page composition, allowing each page to have independent content layouts while shar

    Configures the toolbar to hide, stick, or become transparent as the user scrolls.

    Javaandroidjavakenburnsview
    在 GitHub 上查看↗8,079
  • ionicfirebaseapp/getwidgetionicfirebaseapp 的头像

    ionicfirebaseapp/getwidget

    4,819在 GitHub 上查看↗

    Getwidget is a comprehensive Flutter UI component library and design system providing over 1,000 pre-built widgets for creating cross-platform user interfaces. It serves as a production-ready widget gallery designed to accelerate the front-end development process through a wide array of pre-composed elements. The project includes a specialized AI interaction UI kit featuring components for rendering streaming large language model responses, RAG chat interfaces, and real-time voice agents. It also provides operational utilities for estimating monthly LLM expenditures based on token usage and p

    Provides sticky top toolbar components containing titles, action buttons, and integrated navigation.

    Dartdartdart-librarydart-package
    在 GitHub 上查看↗4,819
  • mdn/webextensions-examplesmdn 的头像

    mdn/webextensions-examples

    4,447在 GitHub 上查看↗

    This project is a reference library and collection of practical code samples for building browser extensions using WebExtensions APIs. It provides implementation guides and functional examples for core extension components, including content scripts, background processes, and browser action popups. The repository focuses on demonstrating specific implementation patterns for browser UI customization and web page manipulation. It includes samples for creating sidebars, context menus, and options pages, as well as techniques for injecting scripts and styles to alter DOM elements and page appeara

    Shows how to create small HTML popup windows triggered by browser toolbar icons.

    JavaScript
    在 GitHub 上查看↗4,447
  • ionaru/easy-markdown-editorIonaru 的头像

    Ionaru/easy-markdown-editor

    3,030在 GitHub 上查看↗

    Easy Markdown Editor is a browser-based JavaScript library designed to replace standard HTML text areas with an interactive interface for structured document creation. It provides a web-based environment for Markdown content authoring, combining raw syntax input with visual formatting tools and real-time preview capabilities. The editor distinguishes itself through a plugin-driven toolbar architecture that allows for extensive interface customization, including adjustable layouts, icon visibility, and visual themes. It also integrates automated draft persistence, which saves content to local

    Implements a plugin-driven toolbar architecture for dynamic button and event injection.

    JavaScriptmarkdownmarkdown-convertermarkdown-editor
    在 GitHub 上查看↗3,030
  1. Home
  2. User Interface & Experience
  3. Action Toolbars
  4. Toolbar Button Customizations
  5. Toolbar Components

探索子标签

  • Browser Toolbar PopupsOpens a small HTML window when clicking the toolbar icon for temporary user interactions. **Distinct from Toolbar Components:** Distinct from Toolbar Components: focuses on popup windows triggered by toolbar icons rather than general toolbar action bars.
  • Scroll-Aware Toolbar BehaviorsConfigures the toolbar to hide, stick, or become transparent based on scroll position in a view pager. **Distinct from Toolbar Components:** Distinct from Toolbar Components: focuses on scroll-driven visibility and transparency behaviors, not general toolbar container rendering.