react-either:有条件地呈现组件或替代组件的高阶组件

时间:2021-06-03 18:58:58
【文件属性】:
文件名称:react-either:有条件地呈现组件或替代组件的高阶组件
文件大小:3KB
文件格式:ZIP
更新时间:2021-06-03 18:58:58
JavaScript 要么React 有条件地呈现组件或替代组件的高阶组件 用法 $ npm install --save react-either const either = require ( 'react-either' ) ; either ( Component , AltComponent , function ( props ) { // ... // return true to render Component; otherwise render AltComponent return cond ; } ) ; 执照 麻省理工学院
【文件预览】:
react-either-master
----.travis.yml(109B)
----package.json(729B)
----LICENSE(1KB)
----src()
--------index.js(786B)
----.npmignore(4B)
----.gitignore(37B)
----README.md(384B)
----scripts()
--------build.sh(68B)

网友评论