awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
radix-ui avatar

radix-ui/design-systemArchived

0
View on GitHub↗
2,279 Stars·173 Forks·TypeScript·MIT·13 Aufrufedesign-system.modulz-deploys.com↗

Design System

Dieses Projekt ist ein React-basiertes UI-Framework, das als Grundlage für den Aufbau skalierbarer und zugänglicher Web-Schnittstellen dient. Es bietet eine Sammlung vorformatierter Komponenten und Layout-Container, die darauf ausgelegt sind, die visuelle Sprache und das Komponentenverhalten über Anwendungen hinweg zu standardisieren.

Die Bibliothek nutzt eine kompositionsbasierte Architektur, die es Entwicklern ermöglicht, zweckgebundene Primitive zu verschachteln, um komplexe Schnittstellenmuster zu konstruieren. Durch die direkte Abbildung dieser Bausteine auf semantische HTML-Elemente und die Verwendung eines Prop-Forwarding-Musters stellt das System sicher, dass Standard-Browserverhalten, Tastaturnavigation und Screenreader-Kompatibilität standardmäßig gewahrt bleiben.

Die visuelle Konsistenz wird durch ein zentralisiertes System von Design-Tokens aufrechterhalten, die Typografie, Abstände und Farben regeln. Das Styling wird direkt über Komponentenattribute angewendet, was die Abhängigkeit von externen Stylesheets reduziert und gleichzeitig die Konstruktion responsiver Layouts über verschiedene Bildschirmgrößen hinweg unterstützt.

Features

  • Accessible Component Libraries - Serves as an accessible component library providing pre-styled building blocks for consistent web interface development.
  • Design System Implementations - Standardizes visual language and component behavior across applications through a centralized design system implementation.
  • Accessible Components - Prioritizes keyboard navigation and screen reader compatibility within its pre-styled component library.
  • React UI Component Libraries - Functions as a React-based UI framework that ensures visual uniformity and accessibility standards in web development.
  • User Interface Components - Provides a collection of pre-styled, accessible building blocks like inputs and navigation menus for consistent interface assembly.
  • Component Composition Patterns - Provides modular primitives that allow developers to nest single-purpose components to construct complex, accessible interface patterns.
  • Transparent Attribute Forwarding - Implements automatic attribute and event handler forwarding to ensure components maintain standard browser behaviors and accessibility.
  • Responsive Page Layouts - Enables the construction of responsive, structured web page layouts using modular building blocks.
  • Design System Foundations - Provides the foundational framework of layout containers and interactive elements required to build scalable user experiences.
  • Design Tokens - Centralizes visual properties like typography, spacing, and color into a system of design tokens to ensure visual consistency.
  • Semantic HTML Rendering - Maps components directly to native semantic HTML elements to preserve accessibility and screen reader compatibility by default.
  • Prop-Based Utility Styling - Applies visual styles directly through component attributes to maintain design language without relying on external stylesheets.
  • UI Component Design - Offers a structured system of pre-built components and styling rules to ensure uniform layouts across different screen sizes.

Star-Verlauf

Star-Verlauf für radix-ui/design-systemStar-Verlauf für radix-ui/design-system

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Kuratierte Suchen mit Design System

Handverlesene Sammlungen, in denen Design System vorkommt.
  • Ressourcen für Design-Systeme
  • ein Leitfaden für Komponenten-Kompositionsmuster
  • Design-System zum Erstellen von UI-Komponenten

Open-Source-Alternativen zu Design System

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Design System.
  • vechai/vechaiuiAvatar von vechai

    vechai/vechaiui

    1,217Auf GitHub ansehen↗

    VechaiUI is an accessible React UI library built on top of utility-first styling principles and unstyled accessible foundations. It provides pre-designed user interface components that use low-level utility classes and compound component composition to share internal state and behavior while maintaining keyboard navigation and screen reader support. The library centers around a context-based theme provider that distributes global color palettes, typography, and design tokens down the component tree. It includes runtime dark mode switching to dynamically toggle between light and dark visual th

    TypeScriptcssdark-themeheadlessui
    Auf GitHub ansehen↗1,217
  • radix-vue/shadcn-vueAvatar von radix-vue

    radix-vue/shadcn-vue

    10,128Auf GitHub ansehen↗

    shadcn-vue is a collection of accessible and unstyled UI components for Vue. It serves as a design system foundation and a port of Radix UI primitives to the Vue ecosystem, focusing on providing a base for highly customizable web interfaces. The project utilizes a template-driven distribution model, delivering raw source code via a CLI rather than a compiled library. This allows for the direct modification of components using Tailwind CSS utility classes to establish a unique visual identity. The library covers accessible component architecture and custom design system implementation. It pro

    TypeScript
    Auf GitHub ansehen↗10,128
  • geekyants/nativebaseAvatar von GeekyAnts

    GeekyAnts/NativeBase

    20,389Auf GitHub ansehen↗

    NativeBase is a comprehensive toolkit of accessible components and responsive design frameworks used to build consistent mobile and web applications. It provides a cross-platform UI component library and a React Native component framework that enable the creation of layouts across Android, iOS, and the web from a single codebase. The system is distinguished by a responsive design system that automatically adjusts layouts and global themes to fit different screen sizes and color modes. It utilizes a utility-based styling approach, allowing developers to apply visual styles directly through com

    TypeScript
    Auf GitHub ansehen↗20,389
  • horizon-ui/horizon-ui-chakraAvatar von horizon-ui

    horizon-ui/horizon-ui-chakra

    2,877Auf GitHub ansehen↗

    Horizon UI Chakra is a comprehensive dashboard template and component library designed for building administrative web applications. It provides a foundational boilerplate that utilizes a modular, component-based architecture to facilitate the rapid construction of complex management interfaces and data visualization panels. The project distinguishes itself by integrating a centralized design system that propagates visual tokens throughout the application, ensuring consistent branding and styling across all interface elements. It supports responsive layouts through fluid grid systems and offe

    JavaScriptadminadmin-dashboardadmin-panel
    Auf GitHub ansehen↗2,877
Alle 30 Alternativen zu Design System anzeigen→

Häufig gestellte Fragen

Was macht radix-ui/design-system?

Dieses Projekt ist ein React-basiertes UI-Framework, das als Grundlage für den Aufbau skalierbarer und zugänglicher Web-Schnittstellen dient. Es bietet eine Sammlung vorformatierter Komponenten und Layout-Container, die darauf ausgelegt sind, die visuelle Sprache und das Komponentenverhalten über Anwendungen hinweg zu standardisieren.

Was sind die Hauptfunktionen von radix-ui/design-system?

Die Hauptfunktionen von radix-ui/design-system sind: Accessible Component Libraries, Design System Implementations, Accessible Components, React UI Component Libraries, User Interface Components, Component Composition Patterns, Transparent Attribute Forwarding, Responsive Page Layouts.

Welche Open-Source-Alternativen gibt es zu radix-ui/design-system?

Open-Source-Alternativen zu radix-ui/design-system sind unter anderem: vechai/vechaiui — VechaiUI is an accessible React UI library built on top of utility-first styling principles and unstyled accessible… radix-vue/shadcn-vue — shadcn-vue is a collection of accessible and unstyled UI components for Vue. It serves as a design system foundation… geekyants/nativebase — NativeBase is a comprehensive toolkit of accessible components and responsive design frameworks used to build… horizon-ui/horizon-ui-chakra — Horizon UI Chakra is a comprehensive dashboard template and component library designed for building administrative web… hauptrolle/chakra-templates — Chakra Templates is a collection of prebuilt, responsive interface patterns designed for integration into React… wix/react-native-ui-lib — This project is a React Native UI library and mobile component framework designed for building consistent, themed…