文件名称:react-relative-portal:React组件用于溢出以外的地方下拉列表
文件大小:65KB
文件格式:ZIP
更新时间:2024-05-26 10:00:38
react component overflow portal dropdowns
React相对门户 React组件用于在溢出之外放置类似于下拉列表的组件:隐藏; 栏目 安装 npm install react-relative-portal --save 例子 import React from 'react' ; import RelativePortal from 'react-relative-portal' ; export default class DropdownLink extends React . Component { constructor ( props ) { super ( props ) ; this . state = { show : false , } ; this . _setShowAsyncTimer = null ; this . _handleShow = ( )
【文件预览】:
react-relative-portal-master
----.gitignore(24B)
----.babelrc(48B)
----.eslintrc(55B)
----package.json(2KB)
----src()
--------Portal.js(1KB)
--------RelativePortal.js(3KB)
----.travis.yml(290B)
----LICENSE(1KB)
----README.md(3KB)
----demo()
--------BadDropdown.js(1KB)
--------index.js(148B)
--------index.html(1KB)
--------Demo.js(3KB)
--------BadHint.js(1KB)
--------Dropdown.js(1KB)
--------Hint.js(1KB)
----.editorconfig(99B)
----yarn.lock(216KB)