文件名称:react-log-time:React组件以呈现日期时间值
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-28 12:49:47
JavaScript
记录时间 React 组件 React 组件以x minutes ago格式呈现时间并在悬停时显示工具提示,包含完整的日期和时间。 用法 < LogTime xss=removed> value可以是任何有效的Date对象或需要的字符串。 任何其他属性都将作为属性复制到 DOM 节点。 例子: < LogTime xss=removed xss=removed> 自动更新 渲染后,文本将实时自动更新。 就像 Facebook 更新中的评论时间一样。
【文件预览】:
react-log-time-master
----.gitignore(34B)
----package.json(649B)
----src()
--------LogTime.js(2KB)
----LICENSE(1KB)
----preprocessor.js(149B)
----__tests__()
--------LogTime-tests.js(5KB)
----README.md(557B)