merge (index.js)

styled-system · score 10.0 · ui
Merges style objects into theme-resolved output via assign, handles nested parsers for design-system style merging.

NewRegistry (registry.go)

agent-orchestrator · score 9.8 · ui, ui-registry, capability-mapping, deterministic-iteration, frontend-handlers
Constructs a registry mapping UI capabilities to frontend handlers, sorted for deterministic iteration.

color (index.js)

styled-system · score 9.7 · ui
Exports color styling utilities mapping color, backgroundColor, and opacity properties to CSS using a color scale from styled-system.

ModelConfigSpec (agentbase.go)

agent-orchestrator · score 9.7 · ui, agent-config-defaults, agent-base-config, config-propagation, adapter-port
Package agentbase supplies the defaults an agent adapter would otherwise hand-copy. Most adapters implement several ports.Agent methods identically: no config keys, prompt delivere

typography (index.js)

styled-system · score 9.7 · ui
Exports styled-system typography utilities for font properties including size, weight, family, line height, and letter spacing.

DatePicker (index.tsx)

react-datepicker · score 9.6 · ui, date-picker, calendar-component, input-cloning, class-combining
UI calendar/date picker component. Renders from input, combines class names, clones element.

screenToGrid (inputGeometry.ts)

openclaw-pixel-agents · score 9.6 · input-geometry, screen-to-grid, touch-distance, coordinate-mapping, ui
Maps screen touch coordinates to grid cells; computes distances/clamps for UI input in game geometry.

Environment (templating.py)

flask · score 9.6 · database, jinja2-env, template-rendering, template-engine, ui
Env (database): Flask⋅interface→Environment (t=jinja2?

App.tsx

openbrowserclaw · score 9.6 · ui, react-entry-point, app-shell, component-composition
App.tsx is the React UI entry point for OpenBrowserClaw, providing the application shell and top-level component structure.

ThemeToggle.tsx

openbrowserclaw · score 9.5 · ui, theme-switching, light-dark-mode
ThemeToggle.tsx: UI component for frontend provides theme toggle, managing light/dark mode switch, adjusts UI styling, integrates for quick theme switching.

Animate.tsx

slidemason · score 9.4 · ui, framer-motion, animation-primitive
UI animation primitive wrapping framer-motion.

applyAgentSnapshot (agentSnapshots.ts)

openclaw-pixel-agents · score 9.4 · ui
Atomically applies agent state snapshots, preserving previous state on upstream failures to prevent UI flickering.

classNames.ts

bolt.new · score 9.4 · ui
Copyright (c) 2018 Jed Watson. Licensed under the MIT License (MIT), see: @link http://jedwatson.github.io/classnames /

jquery

flectra · score 9.4 · ui, dom-manipulation, ajax, event-handling, cross-browser
JavaScript library for cross-browser DOM manipulation, event handling, and AJAX.

homePath (routeHelpers.ts)

outline · score 9.3 · ui
Generates the home route path, returning root "/" or "/home" based on root share ID environment variable.

Room3D.tsx

diorama-builder · score 9.3 · ai, 3d-rendering, scene-graph, viewport, ui
Renders 3D scene component "game" = "frontend" "room" "objects"di "space graph", "displayed via 1. Perhaps a "3D" main score 0.

create_app (_app.py)

agentscope · score 9.3 · ai, flask-app, app-factory, secret-key, ui
Factory function that builds and configures a Flask app for AgentScope, including secret key generation.

setup (applications)

fastapi · score 9.3 · dev-tools, openapi-setup, swagger-ui, redoc, ui
Configures and adds routes for OpenAPI schema, Swagger UI, and ReDoc endpoints, dynamically adjusting server URLs based on request root path.

Click CLI Framework

click · score 9.3 · ui, cli-framework, decorator-based, subcommand-support, help-generation
The core Click library providing decorators and classes for building composable command line interfaces with automatic help generation and subcommand support.

createSlot (slot)

primitives · score 9.2 · ui, react-composition, slot-pattern, prop-merging
Factory returning a Slot component that merges props and refs onto a single slottable child, enabling Radix-style composition.

createContextScope (create-context)

primitives · score 9.2 · ui, react-context, scope-isolation, context-provider
Creates a scoped React context system, returning a context provider/hook pair and a scope composer to isolate context instances and avoid collisions.

useControllableState (use-controllable-state)

primitives · score 9.2 · ui, controlled-state, react-hook, state-management
Manages state that can be either controlled by a prop or uncontrolled internally, warning on mode switches.

openCollection (collections.tsx)

outline · score 9.2 · ui, command-palette, navigation
Displays collection list in command palette and navigates to the selected collection's page.

ChatPage.tsx

openbrowserclaw · score 9.2 · ui, chat-interface, message-rendering
Renders chat interface.

shadcn.ts

llamacoder · score 9.2 · ui, tailwind, class-merging, conditional-styling, cn-utility
Merges Tailwind CSS classes with clsx and tailwind-merge for conditional styling.

MarkdownGenerationStrategy (markdown_generation_strategy.py)

crawl4ai · score 9.1 · ui
Generates Markdown from HTML using formatting rules and URL-joining strategies.

command.tsx

Wormhole · score 9.1 · ui, command-palette, search-ui
UI Command","source":"},

FormItem (form.tsx)

Wormhole · score 9.1 · ui, form-field, label, error-display
UI form field wrapper—labels, errors, layout. React component for consistent form item structure.

pagination.tsx

fire-enrich · score 9.1 · ui, pagination, navigation
UI pagination controls: prev/next chevrons, page numbers, MoreHorizontal ellipsis, React-based.

FormItem (form.tsx)

fire-enrich · score 9.1 · ui, form-binding, shadcn-ui, react-component
Shadcn-style form field wrapper; binds label, input, error to ui state.

portal.tsx

react-datepicker · score 9.1 · ui, react-portal, dom-mounting
Renders React portal children into external DOM node, enabling UI components beyond root hierarchy.

navigateToHome (navigation.tsx)

outline · score 9.1 · ui, keyboard-shortcuts, navigation
Creates a keyboard shortcut (d) action that navigates users to the application home page.

sanitizePlainText (sanitize.ts)

ClawMarket · score 9.1 · ui
Simple, dependency-free sanitizers for user-provided text. Goal: prevent stored XSS / weird control characters, keep payload sizes reasonable.

popover.tsx

fire-enrich · score 9.1 · ui, popover, radix-ui, accessibility
Renders accessible popover overlay via Radix primitive, customizable trigger/content for UI overlays.

command.tsx

fire-enrich · score 9.1 · ui, command-palette, react-component, shadcn-ui
React client component.

props (index.js)

styled-system · score 9.1 · ui
Memoized props filter: decides which React props forward to styled components.

name (card.tsx)

llamacoder · score 9.1 · ui
Card UI container grouping header, content, footer for related information via shadcn/ui.

reducer (use-toast.ts)

zentable · score 9.1 · ui, toast-notifications, state-reducer, react-hooks
Manages toast notification state transitions for add, update, dismiss, and remove actions in a React hook.

useDeck (DeckProvider.tsx)

slidemason · score 9.1 · ui
React context provider managing slide/deck state for presentations.

getMainCodingPrompt (prompts.ts)

llamacoder · score 9.1 · ui, prompt-engineering, llm-prompt, frontend-development, ai
Constructs a main coding prompt using dedented template with shadcn documentation context for frontend development guidance.

name (select.tsx)

llamacoder · score 9.1 · ui
Shadcn UI Select: styled dropdown selector component for forms.

name (radio-group.tsx)

llamacoder · score 9.1 · ui
Shadcn UI form radio group component for single-selection inputs, with options and controlled value handling in React.

BuildStep.tsx

diorama-builder · score 9.1 · ai, form-validation, build-step, step-validation, ui
Manages] F: validates

sheet.tsx

fire-enrich · score 9.0 · ui, sheet, radix-ui, accessibility
Renders accessible dialog/sheet UI via Radix primitives.

MessageBubble.tsx

openbrowserclaw · score 9.0 · ui, chat-bubble, message-rendering, layout
Renders individual chat message bubble with content, styling, and layout in frontend chat interface.

dialog.tsx

Wormhole · score 9.0 · ui, modal, accessibility, overlay
Provides accessible dialog/modal UI components wrapping Base UI's Dialog primitive with positioning, animations, overlay, and close button functionality.

dialog.tsx

fire-enrich · score 9.0 · ui, modal-dialog, radix-ui, accessibility
Radix UI modal dialog component — accessible

drawer.tsx

Wormhole · score 9.0 · ui, drawer, sliding-panel, overlay
Wraps the vaul library to provide accessible drawer UI components with overlay, trigger, content, and portal functionality for sliding panel interfaces.

avatar.tsx

Wormhole · score 9.0 · ui, avatar, image-fallback
Renders user avatar with image fallback initials via Radix primitive; UI frontend component.

AlertDialog (alert-dialog.tsx)

Wormhole · score 9.0 · ui, dialog, accessibility, confirmations, modal
Defines accessible alert dialog component with overlay, description, actions for confirmations.