reflex-components-core
UI components for Reflex.
What it is and what it does
reflex-components-core is a UI component library for Reflex, a Python framework that lets you build reactive web applications without writing JavaScript. This package provides the foundational components needed to construct web interfaces, integrating with other Reflex packages like reflex-components-lucide (icons) and reflex-components-sonner (notifications). It depends on Starlette for HTTP handling and python-multipart for form data processing.
The package is part of the broader Reflex ecosystem and is actively maintained. It requires Python 3.10 or later and is distributed as a pure Python wheel, making installation straightforward. With no known security vulnerabilities and a permissive Apache-2.0 license, it presents a low-friction option for developers building web UIs in Python.
Use it for:
- Building reactive web dashboards and data visualization interfaces in pure Python without JavaScript
- Creating form-based web applications with built-in component libraries for common UI patterns
- Prototyping web applications quickly by combining pre-built Reflex components
- Extending Reflex applications with standardized UI components across multiple projects
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a collection of UI components for building web interfaces with Reflex, a Python framework for reactive web applications.
Yes, if you are building with Reflex. The package has low install friction, active maintenance, a permissive license, and no known vulnerabilities. It is a core dependency for Reflex-based web development. If you are not using Reflex, this package has no standalone value.
Install
reflex-components-core on PyPI
pip
pip install reflex-components-coreuv
uv add reflex-components-corepoetry
poetry add reflex-components-coreInstalling reflex-components-core
Before you install
Low install friction with a pure Python wheel distribution. Actively maintained with a recent release 10 days ago. Depends on reflex-base and related Reflex ecosystem packages, plus standard web libraries like Starlette.
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-core
from reflex_components_core import ...
# Use components in a Reflex application
Requires Python 3.10 or later; intended for use within a Reflex application context.
Verify before relying
- Whether this package is intended as a core dependency or an optional add-on within the Reflex ecosystem
- What specific UI components are included and their maturity level
- Whether documentation or examples exist beyond the package summary
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — python-multipart, reflex-base, reflex-components-lucide, reflex-components-sonner, starlette, typing-extensions |
| Maintenance | actively maintained — 10 days since the last release |
| First released | |
| Downloads | 282,989/month — #8,081 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: reflex_components_core-0.9.8-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
reflexReflex is a Python framework for building…
permissive · top 15,000 on PyPI
reflex-components-sonnerProvides Reflex components for Sonner toast…
permissive · top 15,000 on PyPI
reflex-baseProvides core type definitions and shared…
permissive · top 15,000 on PyPI
reflex-components-radixProvides Radix UI component bindings for…
permissive · top 15,000 on PyPI
reflex-components-codeProvides reusable code display components for…
permissive · top 15,000 on PyPI
reflex-hosting-cliA command-line tool for managing Reflex…
permissive · top 15,000 on PyPI
prefab-uiPrefab is a Python UI framework for building…
permissive · top 15,000 on PyPI
reflex-components-momentProvides Reflex UI components for moment-based…
permissive · top 15,000 on PyPI
reflex-components-lucideProvides Lucide icon components for Reflex web…
permissive · top 15,000 on PyPI
reflex-components-dataeditorProvides data table editing components for…
permissive · top 15,000 on PyPI