awesome-repositories.com
Blog
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
·

4 Repos

Awesome GitHub RepositoriesSelection Value Formatting

Maps raw values from selection components to human-readable labels.

Distinct from Select Components: Specifically targets the mapping of internal values to labels for select components, rather than general UI layout.

Explore 4 awesome GitHub repositories matching user interface & experience · Selection Value Formatting. Refine with filters or upvote what's useful.

Awesome Selection Value Formatting GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mui/base-uiAvatar von mui

    mui/base-ui

    8,711Auf GitHub ansehen↗

    Base UI is a headless component library and unstyled framework providing accessible interface primitives. It decouples behavioral logic and state management from the visual layer, allowing developers to implement complex UI patterns while maintaining total control over the final styling. The library implements WAI-ARIA design patterns to ensure all primitives support standard keyboard navigation and screen reader accessibility. It provides a suite of low-level building blocks that handle the internal mechanics of interface elements without bundling any CSS. The framework covers a broad range

    Maps raw selection values to human-readable labels using data arrays, lookup maps, or custom functions.

    TypeScriptaccessibilitydesign-systemreact
    Auf GitHub ansehen↗8,711
  • chakra-ui/arkAvatar von chakra-ui

    chakra-ui/ark

    5,004Auf GitHub ansehen↗

    Ark is a headless UI component library that delivers accessible, cross-framework primitives with behavior governed by finite state machines. It provides unstyled components that encapsulate logic and accessibility — including full keyboard navigation, focus management, and WAI-ARIA support — while leaving visual styling entirely to the consumer. Components expose scoped data attributes for CSS targeting and use state machines to produce predictable, testable interactive behavior across every state transition. The library distinguishes itself through a state propagation model that distributes

    Ships a value text component that displays selected items as comma-separated strings.

    TypeScriptcomponentsdesign-systemheadless
    Auf GitHub ansehen↗5,004
  • openui/open-uiAvatar von openui

    openui/open-ui

    4,494Auf GitHub ansehen↗

    Open-UI ist eine Reihe von Web-UI-Standardspezifikationen und eine standardisierte UI-Komponentenbibliothek. Sie bietet technische Definitionen für universelle UI-Komponenten, Verhaltensweisen und Barrierefreiheitsanforderungen, die darauf ausgelegt sind, die Cross-Browser-Kompatibilität durch eine Reihe von Web-Sprachvorschlägen sicherzustellen. Das Projekt umfasst ein Web-Accessibility-Polyfill und erweiterbare Control-Polyfills, die moderne UI-Steuerungsfunktionalität in Umgebungen ohne native Browser-Unterstützung bereitstellen. Es enthält eine Browser-Kompatibilitätssuite, um zu verifizieren, dass Komponenten die definierten Verhaltens- und Barrierefreiheitsanforderungen erfüllen. Die Bibliothek deckt eine breite Palette an Interface-Elementen ab, darunter durchsuchbare Comboboxen, interaktive Menüsysteme, Multi-Handle-Range-Inputs und anpassbare Select-Menüs. Sie enthält zudem Layout- und Navigationskomponenten wie Akkordeons, Modals, Breadcrumbs und Karussells. Das System nutzt deklarative Verhaltenszuordnung und Event-basiertes Action-Dispatching zur Ausführung von Komponentenlogik, während interne Zustände über CSS-Pseudo-Elemente für visuelles Styling offengelegt werden.

    Allows the structure of a selected option to be duplicated into a trigger element for flexible visual representations.

    MDXstandardsuiux
    Auf GitHub ansehen↗4,494
  • dankamongmen/notcursesAvatar von dankamongmen

    dankamongmen/notcurses

    4,347Auf GitHub ansehen↗

    Notcurses is a terminal graphics engine and TUI library that renders high-fidelity images, video, and rich Unicode graphics directly in terminal emulators. At its core, it provides a layered framebuffer system that composes overlapping planes with independent depth and opacity, enabling complex visual scenes. The library also includes a terminal input processor for capturing and decoding keyboard and mouse events, a data visualization toolkit for histograms and line plots, a multimedia terminal player for images and video, and a TUI widget framework with reusable interface components. The lib

    Provides high-level widgets for selecting one or multiple items from a set.

    Ccclincurses
    Auf GitHub ansehen↗4,347
  1. Home
  2. User Interface & Experience
  3. Select Components
  4. Selection Value Formatting

Unter-Tags erkunden

  • Selection Value Displays2 Sub-TagsComponents that render selected items as human-readable text, such as comma-separated strings. **Distinct from Selection Value Formatting:** Distinct from Selection Value Formatting: focuses on visual display of selected values rather than value-to-label mapping.