资源说明:React片刻倒计时
使用moment.js的React的无限制倒计时组件。
安装
$ npm install react - moment - countdown -- save
如何使用
将javascript Date实例插入toDate道具:
import React from 'react' ;
import ReactMomentCountDown from 'react-moment-countdown' ;
export default function CountDownComponent ( ) {
const dateInFuture = new Date ( '2017-12-31' ) ;
return (
< ReactMomentCountDown xss=removed>
) ;
} ;
将moment实例插入toDate道具中:
import React from 'react' ;
import ReactMomentCountDown from
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。