react-moment-proptypes:Reactmoment.js的proptype验证器

时间:2024-05-23 04:25:40
【文件属性】:

文件名称:react-moment-proptypes:Reactmoment.js的proptype验证器

文件大小:16KB

文件格式:ZIP

更新时间:2024-05-23 04:25:40

JavaScript

React时刻属性 一个React Proptype Validator来检查传递的prop是否是moment.js构造 例子 var momentPropTypes = require ( 'react-moment-proptypes' ) ; var TestClass = React . createClass ( { propTypes : { dateThing : momentPropTypes . momentObj , dateThingWithPredicate : momentPropTypes . momentObj . withPredicate ( function isUTC ( momentObject ) { return momentObject . isUTC ( ) ; } ) ,


【文件预览】:
react-moment-proptypes-master
----.travis.yml(226B)
----.eslintrc(5KB)
----package.json(2KB)
----test()
--------core.js(11KB)
--------moment-validation-wrapper-tests.js(887B)
--------.eslintrc(235B)
--------.babelrc(68B)
--------require-enzyme-adapter.js(126B)
--------suppress-fallback-warning.js(117B)
--------integration()
----shippable.yaml(429B)
----src()
--------core.js(4KB)
--------index.js(859B)
--------messages.js(202B)
--------moment-validation-wrapper.js(427B)
----index.d.ts(1KB)
----.gitignore(64B)
----README.md(2KB)

网友评论