--- id: reflex-components-radix version: "0.9.7" license: Apache-2.0 license_treatment: permissive maintenance: active --- # reflex-components-radix — Reflex radix components. License: permissive · Maintenance: active · Downloads: 256.5K/mo ## What it is and what it does reflex-components-radix is a component library that bridges Radix UI—a collection of unstyled, accessible primitives—into the Reflex framework. It allows developers to use Radix's well-designed component patterns directly when building Reflex web applications, rather than implementing custom components from scratch. The package depends on reflex-base for core Reflex functionality, reflex-components-core for shared component infrastructure, and reflex-components-lucide for icon support. It's actively maintained and has been released recently, indicating ongoing development. The library targets modern Python (3.10+) and installs with low friction as a pure Python wheel. Use it for: - Build accessible web UIs in Reflex using Radix's proven component patterns and accessibility standards. - Rapidly prototype web applications by leveraging pre-built, unstyled Radix components within Reflex. - Create consistent, accessible form and dialog components across Reflex applications. - Integrate Radix's design system into existing Reflex projects for improved component quality. - Develop custom themed interfaces by composing Radix components with Reflex's styling system. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Radix UI component bindings for Reflex, enabling developers to build web interfaces using Radix's accessible, unstyled component library within Reflex applications. Yes, if you are building Reflex applications and want access to Radix's accessible component library. Low installation friction, permissive licensing, active maintenance, and no known vulnerabilities make it a safe choice. Verify that the specific Radix components you need are included and that documentation meets your requirements before committing to a large project. ## Install pip install reflex-components-radix uv add reflex-components-radix poetry add reflex-components-radix ## Installing reflex-components-radix Before you install: Low installation friction with a pure Python wheel and minimal runtime dependencies. Active maintenance with a release 10 days ago. Requires Python 3.10 or later. License in practice: Licensed under Apache-2.0 (permissive), allowing free use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects. Quickstart: pip install reflex-components-radix import reflex as rx from reflex_components_radix import ... # Use Radix components within your Reflex app Requires Python 3.10 or later and depends on reflex-base, reflex-components-core, and reflex-components-lucide. Verify before relying: - Specific Radix components included and their API surface. - How styling and theming work with Radix components in Reflex. - Documentation availability and completeness for component usage. - Browser and accessibility compliance details for included components. ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 256.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags radix ui components for reflex, reflex radix bindings, accessible ui components reflex, radix component library, reflex web ui components, radix design system reflex, unstyled accessible components, ui-components, web-framework, accessibility [View on SkillFed](https://skillfed.io/packages/reflex-components-radix) · [View on PyPI](https://pypi.org/project/reflex-components-radix/)