A Reflex component library wrapping moment.js for date/time display. Current version 0.9.1, updated infrequently. Compatible with Reflex >=0.4.0.
pip install reflex-components-momentNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Displays a formatted date string using moment.js.
Use `from reflex_moment import Moment` instead of `from reflex_components_moment import Moment`.
Convert datetime to ISO string with `.isoformat()` before passing.
Consider using reflex-native date utilities or Luxon-based component.
Use moment tokens e.g., 'YYYY-MM-DD' not '%Y-%m-%d'.
No resource links recorded.