reflex-components-moment
Reflex moment components.
What it is and what it does
reflex-components-moment is a library of UI components for the Reflex web framework that integrate moment-based date and time functionality. It sits on top of reflex-base and provides pre-built components you can drop into Reflex applications to handle date and time display or selection without building those widgets from scratch.
The package is actively maintained and has low install friction—it brings in only one runtime dependency. It targets Python 3.10 and later and carries a permissive Apache-2.0 license. The exact component catalog and API surface are not detailed in available metadata, so you'll need to consult the package documentation or source to understand which moment operations are exposed.
Use it for:
- Add date/time pickers or displays to Reflex web applications without writing custom datetime UI logic.
- Build forms that require user input of dates or times with moment-based validation and formatting.
- Display formatted timestamps or durations in Reflex dashboards or data-driven UIs.
- Integrate moment.js functionality into server-rendered or interactive Reflex components.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Reflex UI components for moment-based date and time handling within Reflex web applications.
Yes, if you are building a Reflex application and need moment-based date/time components. The package is actively maintained, has no known vulnerabilities, low install friction, and a permissive license. The main caveat is that the component API and scope are not documented in the fact sheet, so verify the components match your use case before committing.
Install
reflex-components-moment on PyPI
pip
pip install reflex-components-momentuv
uv add reflex-components-momentpoetry
poetry add reflex-components-momentInstalling reflex-components-moment
Before you install
Low install friction with a single dependency on reflex-base. Actively maintained with a recent release; requires Python 3.10 or later.
License in practice
Licensed under Apache-2.0 (permissive), allowing free use, modification, and distribution with minimal restrictions.
Quickstart
pip install reflex-components-moment
from reflex_components_moment import ...
# Use moment components in your Reflex app
Requires Python 3.10 or later; depends on reflex-base runtime dependency.
Verify before relying
- Specific moment component types and their APIs are not detailed in the fact sheet.
- Whether this wraps moment.js directly or provides Reflex-native datetime handling is unclear.
- Documentation availability and completeness are unknown.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — reflex-base |
| Maintenance | actively maintained — 10 days since the last release |
| First released | |
| Downloads | 230,752/month — #9,102 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: reflex_components_moment-0.9.3-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
reflex-components-codeProvides reusable code display components for…
permissive · top 15,000 on PyPI
reflex-components-react-playerProvides Reflex components that wrap the…
permissive · top 15,000 on PyPI
reflex-baseProvides core type definitions and shared…
permissive · top 15,000 on PyPI
reflex-components-lucideProvides Lucide icon components for Reflex web…
permissive · top 15,000 on PyPI
reflex-components-radixProvides Radix UI component bindings for…
permissive · top 15,000 on PyPI
reflex-components-markdownProvides Reflex components for rendering and…
permissive · top 15,000 on PyPI
reflex-components-sonnerProvides Reflex components for Sonner toast…
permissive · top 15,000 on PyPI
reflex-components-dataeditorProvides data table editing components for…
permissive · top 15,000 on PyPI
reflex-components-rechartsProvides Recharts charting components for use…
permissive · top 15,000 on PyPI
reflex-components-gridjsProvides Reflex components for integrating…
permissive · top 15,000 on PyPI