LinkWord
Home
Directory
Articles
AI models
Tools
Pixel Plaza
Settings
ContactRSSFriend linksSubmit site
Privacy Policy·Disclaimer
陕ICP备2025083618号-2

Hot channels

AI ToolsDeveloper ToolsProductivity ToolsEntertainment & MediaJobs & Careers
DirectoryArticlesTools
← Back to directory
Radix UI
Site icon for “Radix UI”

Radix UI

Frontend Frameworks

Unstyled, accessibility-first UI primitives
https://www.radix-ui.com
https://www.radix-ui.com

Key features and highlights

Radix UI is a set of unstyled, accessibility-first UI primitives for React. It encapsulates complex interactions, keyboard logic, focus management, and ARIA semantics into composable low-level components. It supports controlled/uncontrolled modes, TypeScript, and SSR, making it easy to use within any design system.

Use cases and target users

  • Front-end teams building design systems and component libraries
  • Product interfaces and interactive components that need consistent accessible behavior
  • Developers who want to customize visuals while reusing reliable interaction logic

Key benefits & highlights

  1. Accessibility-first: built-in ARIA and keyboard support, reducing the effort to implement accessibility
  2. Unstyled and customizable: provides behavior and semantics only, letting you implement styles freely (supports css-in-js, etc.)
  3. Highly composable: primitives are designed for extension and reuse, suitable for building complex components
  4. TypeScript types and a stable API, facilitating team collaboration and long-term maintenance