--- id: reflex-components-moment version: "0.9.3" license: Apache-2.0 license_treatment: permissive maintenance: active --- # reflex-components-moment — Reflex moment components. License: permissive · Maintenance: active · Downloads: 230.8K/mo ## 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 above — 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 pip install reflex-components-moment uv add reflex-components-moment poetry add reflex-components-moment ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 230.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags reflex moment components, date time UI components reflex, moment.js reflex integration, reflex datetime picker, web framework date components, reflex-ecosystem, datetime-ui [View on SkillFed](https://skillfed.io/packages/reflex-components-moment) · [View on PyPI](https://pypi.org/project/reflex-components-moment/)