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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·12 vuesdesign-system.modulz-deploys.com↗

Design System

Ce projet est un framework d'interface utilisateur basé sur React qui sert de base à la création d'interfaces web évolutives et accessibles. Il fournit une collection de composants pré-stylisés et de conteneurs de mise en page conçus pour standardiser le langage visuel et le comportement des composants dans les applications.

La bibliothèque utilise une architecture basée sur la composition, permettant aux développeurs d'imbriquer des primitives à usage unique pour construire des modèles d'interface complexes. En mappant ces blocs de construction directement sur des éléments HTML sémantiques et en utilisant un modèle de transfert de propriétés (prop-forwarding), le système garantit que les comportements standard du navigateur, la navigation au clavier et la compatibilité avec les lecteurs d'écran sont préservés par défaut.

La cohérence visuelle est maintenue grâce à un système centralisé de jetons de conception (design tokens) qui régissent la typographie, l'espacement et la couleur. Le style est appliqué directement via les attributs des composants, ce qui réduit la dépendance aux feuilles de style externes tout en prenant en charge la construction de mises en page réactives sur différentes tailles d'écran.

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.

Historique des stars

Graphique de l'historique des stars pour radix-ui/design-systemGraphique de l'historique des stars pour radix-ui/design-system

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Design System

Sélections manuelles où Design System apparaît.
  • Ressources pour systèmes de design
  • un guide sur les patterns de composition de composants
  • un design system pour construire des composants UI

Alternatives open source à Design System

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Design System.
  • vechai/vechaiuiAvatar de vechai

    vechai/vechaiui

    1,217Voir sur GitHub↗

    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
    Voir sur GitHub↗1,217
  • radix-vue/shadcn-vueAvatar de radix-vue

    radix-vue/shadcn-vue

    10,128Voir sur GitHub↗

    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
    Voir sur GitHub↗10,128
  • geekyants/nativebaseAvatar de GeekyAnts

    GeekyAnts/NativeBase

    20,389Voir sur GitHub↗

    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
    Voir sur GitHub↗20,389
  • horizon-ui/horizon-ui-chakraAvatar de horizon-ui

    horizon-ui/horizon-ui-chakra

    2,877Voir sur GitHub↗

    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
    Voir sur GitHub↗2,877
Voir les 30 alternatives à Design System→

Questions fréquentes

Que fait radix-ui/design-system ?

Ce projet est un framework d'interface utilisateur basé sur React qui sert de base à la création d'interfaces web évolutives et accessibles. Il fournit une collection de composants pré-stylisés et de conteneurs de mise en page conçus pour standardiser le langage visuel et le comportement des composants dans les applications.

Quelles sont les fonctionnalités principales de radix-ui/design-system ?

Les fonctionnalités principales de radix-ui/design-system sont : Accessible Component Libraries, Design System Implementations, Accessible Components, React UI Component Libraries, User Interface Components, Component Composition Patterns, Transparent Attribute Forwarding, Responsive Page Layouts.

Quelles sont les alternatives open-source à radix-ui/design-system ?

Les alternatives open-source à radix-ui/design-system incluent : 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…