Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@uiw/react-portal
Advanced tools
Portals
是 react 16 提供的官方解决方案,使得组件可以脱离父组件层级挂载在 DOM 树的任何位置,我们利用这个方法,可将模态对话框生成到根节点的外面。
import { Portal } from 'uiw';
import { Portal } from 'uiw';
const Demo = () => {
return (
<Portal className="name">
容器内显示内容
</Portal>
)
}
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
className | 指定样式名 | string | - |
container | 指定容器节点生成,服务端渲染默认为 null | any | document.body |
onChildrenMount | 渲染后的回调函数 | () => void | - |
FAQs
Portal component
The npm package @uiw/react-portal receives a total of 504 weekly downloads. As such, @uiw/react-portal popularity was classified as not popular.
We found that @uiw/react-portal demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.