awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • mui/base-uiAvatar mui

    mui/base-ui

    8,711Vezi pe GitHub↗

    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
    Vezi pe GitHub↗8,711
  • chakra-ui/arkAvatar chakra-ui

    chakra-ui/ark

    5,004Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,004
  • openui/open-uiAvatar openui

    openui/open-ui

    4,494Vezi pe GitHub↗

    Open-UI este un set de specificații standard pentru UI web și o bibliotecă de componente UI standardizate. Oferă definiții tehnice pentru componente UI universale, comportamente și cerințe de accesibilitate, concepute pentru a asigura compatibilitatea cross-browser printr-o serie de propuneri pentru limbajele web. Proiectul include un polyfill pentru accesibilitate web și polyfill-uri extensibile pentru controale, care oferă funcționalitate modernă de control UI în medii care nu au suport nativ în browser. Include o suită de compatibilitate pentru browsere pentru a verifica dacă componentele îndeplinesc cerințele definite de comportament și accesibilitate. Biblioteca acoperă o gamă largă de elemente de interfață, inclusiv combobox-uri căutabile, sisteme de meniuri interactive, input-uri de tip range cu mai multe mânere și meniuri de selecție personalizabile. Include, de asemenea, componente de layout și navigare precum acordeoane, modale, breadcrumbs și caruseluri. Sistemul utilizează asocierea declarativă a comportamentului și dispatching-ul de acțiuni bazat pe evenimente pentru a executa logica componentelor, expunând în același timp stările interne prin pseudo-elemente CSS pentru stilizarea vizuală.

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

    MDXstandardsuiux
    Vezi pe GitHub↗4,494
  • dankamongmen/notcursesAvatar dankamongmen

    dankamongmen/notcurses

    4,347Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,347
  1. Home
  2. User Interface & Experience
  3. Select Components
  4. Selection Value Formatting

Explorează sub-etichetele

  • Selection Value Displays2 sub-tag-uriComponents 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.