name: olore-radix-ui-latest description: Local Radix UI documentation reference (latest). Radix UI documentation. Use for accessible React UI primitives, unstyled components, themes, and color system. Foundation for shadcn/ui.
radix-ui Documentation
Radix UI documentation. Use for accessible React UI primitives, unstyled components, themes, and color system. Foundation for shadcn/ui.
Quick Reference
| Task | Entry Point |
|---|---|
| Primitives - getting started | contents/primitives/docs/overview/getting-started.mdx |
| Primitives - component API | contents/primitives/docs/components/ |
| Themes - getting started | contents/themes/docs/overview/getting-started.mdx |
| Themes - component API | contents/themes/docs/components/ |
| Colors - installation | contents/colors/docs/overview/installation.mdx |
| Theme customization | contents/themes/docs/theme/overview.mdx |
| Dark mode | contents/themes/docs/theme/dark-mode.mdx |
| Styling primitives | contents/primitives/docs/guides/styling.mdx |
When to use
Use this skill when the user asks about:
- Radix UI Primitives (unstyled, accessible components like Dialog, Popover, Select, etc.)
- Radix Themes (styled component library built on Primitives)
- Radix Colors (color system and palette tooling)
- shadcn/ui underlying components
- Accessible React component patterns (ARIA, keyboard navigation)
- Component composition with
asChild/ Slot - Server-side rendering with Radix components
How to find information
- First, read
TOC.mdfor complete file listing organized by directory - Identify relevant section based on user's question
- Read specific files for details
TOC.md contains all files organized by directory - always check it first.