文件名称:timeago-react:
文件大小:13KB
文件格式:ZIP
更新时间:2024-05-19 12:32:14
javascript react-component timeago date-format timeago-react
时空React timeago-react是一个简单的react组件,用于使用*** time ago语句格式化日期。 例如:“ 3小时前”。 基于的组件,它是一个简单的javascript模块。 实时渲染。 自动释放资源。 简单的。 只有2kb。 高效的。 如果时间是3 hour ago ,则间隔将为一小时(3600 * 1000 ms)。 支持语言环境。 安装 npm安装timeago-react 用法 import * as React from 'react' ; import TimeAgo from 'timeago-react' ; // var TimeAgo = require('timeago-react'); < TimeAgo xss=removed locale = 'zh_CN'> 组件道
【文件预览】:
timeago-react-master
----.gitignore(80B)
----.eslintrc(489B)
----package.json(3KB)
----src()
--------timeago-react.tsx(2KB)
----tsconfig.ci.json(93B)
----LICENSE(1KB)
----tsconfig.json(260B)
----.github()
--------workflows()
----__tests__()
--------test.spec.tsx(4KB)
----README.md(3KB)
----demo()
--------timeagoComponent.tsx(3KB)
--------demo.css(2KB)
--------webpack.config.js(959B)
--------index.html(626B)
--------tsconfig.demo.json(136B)
--------demo.tsx(220B)
----.commitlintrc.js(230B)
----.prettierrc(142B)