1 个仓库
Conditional rendering logic that switches display formats based on the time elapsed since a timestamp.
Distinct from Conditional Rendering: Distinct from general boolean conditional rendering; triggers specifically based on a time difference threshold.
Explore 1 awesome GitHub repository matching user interface & experience · Temporal Threshold Rendering. Refine with filters or upvote what's useful.
该项目提供了一个 Web 组件时间元素,扩展了标准的 HTML time 标签,以显示人类可读的相对时间戳和倒计时。它作为一个相对时间格式化器和时间持续时间计算器,将时间戳转换为在浏览器中自动更新的本地化字符串。 该工具支持动态时间戳显示,可根据可配置的时间阈值从相对短语过渡到绝对日期。它包含日期时态限制功能,强制时间戳仅显示为过去或未来日期,并支持跨年、月、日、小时、分钟和秒的精确持续时间格式化。 该实现利用原生浏览器国际化 API 进行日期渲染,并支持特定 IANA 时区的本地化。它通过 DOM 属性管理状态,并利用间隔轮询确保时间显示保持最新,而无需刷新页面。
Switches between relative phrasing and absolute date strings based on a configurable time difference limit.