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

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

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

7 个仓库

Awesome GitHub RepositoriesAdmin Layout Components

Building full-page admin layouts with collapsible sidebars, top navigation, scrollable menus, and route-aware active states.

Distinct from Admin Dashboard Frameworks: Distinct from Admin Dashboard Frameworks: focuses on the specific layout components (sidebar, top nav, menus) rather than the full framework scope.

Explore 7 awesome GitHub repositories matching web development · Admin Layout Components. Refine with filters or upvote what's useful.

Awesome Admin Layout Components GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • lin-xin/vue-manage-systemlin-xin 的头像

    lin-xin/vue-manage-system

    19,639在 GitHub 上查看↗

    Vue Manage System is a type-safe administrative dashboard framework built with Vue 3 and Element Plus. It serves as a management template for backend systems, integrating role-based access control to restrict pages and actions based on assigned user permissions. The project distinguishes itself through a comprehensive set of administrative tools, including a data visualization dashboard with interactive charts and a content management system featuring rich text editing and image cropping utilities. It utilizes TypeScript for static typing and Pinia for centralized state management. The syste

    Provides a structured management layout featuring multi-level navigation and collapsible sidebars.

    Vueelement-pluspiniatypescript
    在 GitHub 上查看↗19,639
  • layui/layerlayui 的头像

    layui/layer

    8,196在 GitHub 上查看↗

    This project is a JavaScript UI component library and frontend utility toolkit. It serves as a web modal framework and popup library, providing a specialized system for rendering interactive dialogs, overlays, and layered interfaces over web page content. The library is distinguished by its comprehensive set of overlay tools, including alert dialogs, confirmation prompts, and the ability to embed external content via iframes. It also features a responsive twelve-column grid system for cross-device layout compatibility and an internal modular dependency management system for on-demand loading

    Provides a standardized layout structural system designed specifically for backend administration interfaces.

    JavaScriptalertconfirmdialog
    在 GitHub 上查看↗8,196
  • yezihaohao/react-adminyezihaohao 的头像

    yezihaohao/react-admin

    6,746在 GitHub 上查看↗

    react-admin is a full-featured admin dashboard built with React and Ant Design, designed for building interfaces that manage backend operations. Its core identity centers on providing a complete admin panel with dynamic menu configuration, role-based access control, and third-party OAuth authentication, all within a responsive layout that adapts to different screen widths. The project distinguishes itself through a dynamic route-based menu system that fetches navigation structure from a server API, enabling runtime menu updates without redeploying the application. It integrates role-based rou

    Builds a full-page admin layout with collapsible sidebar, top navigation, scrollable menus, and route-aware active states.

    TypeScriptadmin-templateant-designantd
    在 GitHub 上查看↗6,746
  • thoughtbot/administratethoughtbot 的头像

    thoughtbot/administrate

    6,028在 GitHub 上查看↗

    Administrate is a Rails engine that generates full CRUD admin interfaces for any model in a Rails application, providing create, read, update, delete, search, and pagination capabilities out of the box. It functions as a convention-based dashboard generator that maps model attributes to default field types and views, while supporting customization through standard Rails controller and view overrides. The framework distinguishes itself through a field type abstraction layer that encapsulates data display and input logic into reusable classes, and a hook-point content injection system that allo

    Sets a custom layout for the entire admin dashboard via view generator configuration.

    JavaScript
    在 GitHub 上查看↗6,028
  • cruip/open-react-templatecruip 的头像

    cruip/open-react-template

    4,661在 GitHub 上查看↗

    This project is a Next.js landing page template and React UI kit designed for showcasing software products and open source projects. It serves as a professional marketing website foundation and a Tailwind CSS website boilerplate for building modern web interfaces. The framework provides specialized layouts and components for open source project showcases, SaaS landing pages, and admin dashboards. It includes a collection of responsive components and styling utilities that allow for visual design customization of colors, fonts, and layouts. The capability surface covers a variety of UI elemen

    Ships a set of admin layout components including collapsible sidebars and top navigation.

    TypeScriptfreelandinglanding-page
    在 GitHub 上查看↗4,661
  • invertase/rdash-angularinvertase 的头像

    invertase/rdash-angular

    4,648在 GitHub 上查看↗

    rdash-angular is an AngularJS admin dashboard theme and component library designed for building administrative interfaces. It provides a set of pre-configured directives and responsive layout tools to create management consoles and internal tools. The project integrates the Bootstrap UI framework to provide consistent styling and interactive elements such as modals and tooltips. It focuses on structuring enterprise web layouts through a collection of specialized directives. The library includes capabilities for data table visualization to organize entity lists and attributes, as well as load

    Offers layout components such as collapsible sidebars and top navigation to keep administrative views consistent.

    HTML
    在 GitHub 上查看↗4,648
  • wdlhao/vue2-element-touzi-adminwdlhao 的头像

    wdlhao/vue2-element-touzi-admin

    4,222在 GitHub 上查看↗

    该项目是一个使用 Vue 2 和 Element UI 构建的预配置管理仪表板模板。它为开发企业级 Web 应用程序和后端管理界面提供了一个结构化框架。 该框架包括一个基于角色的访问控制(RBAC)界面,用于根据用户权限限制页面可见性和菜单访问。它还具有一个集中式状态管理模板,用于在不同的管理视图和组件之间同步数据。 该系统涵盖了广泛的能力领域,包括用于渲染交互式图表的数据可视化、用于导航的前端路由管理以及用于组合多级布局结构的工具。

    Provides tools for rendering multi-level navigation menus and structured layouts for administrative tools.

    Vue
    在 GitHub 上查看↗4,222
  1. Home
  2. Web Development
  3. Admin Dashboard Frameworks
  4. Admin Layout Components

探索子标签

  • Admin Layout Override PatternsSets a custom layout for the entire admin dashboard by passing a layout name to the view generators. **Distinct from Admin Layout Components:** Distinct from Admin Layout Components: focuses on overriding the entire layout, not building layout components.