react teleportation:将组件传送到前台 源码
React运输 为什么 ? 遵循门户原则, 在DOM中创建新树以在前景中显示某些组件。 通过一些z-index怪异技巧避免头痛 :face_screaming_in_fear: 并且即使您从树中深处的组件运行模态,也可以全屏显示您的传送组件。 用法 import React from 'react' import Teleport , { Lightbox } from 'react-teleportation' const Home = ( ) => { const openLightbox = ( ) => Teleport . init ( < Lightbox xss=removed> ) return ( < a xss=removed> Open Lightbox < / a > ) } export default Home 可用组件 灯箱 < Li
文件列表
react-teleportation-master.zip
(预估有个24文件)
react-teleportation-master
.travis.yml
120B
.eslintrc
496B
example
index.js
151B
Home.js
1KB
.babelrc
48B
img
1.jpg
106KB
package.json
1KB
暂无评论