5.1.1 • Published 1 year ago
@leafygreen-ui/portal v5.1.1
Portal
View on MongoDB.design
Installation
Yarn
yarn add @leafygreen-ui/portal
NPM
npm install @leafygreen-ui/portal
Example
import Portal from '@leafygreen-ui/portal';
<Portal>
<div>
Portals transport their children to a div that is appended to the end of the
document.body to or a node that can be specified with a container prop.
</div>
</Portal>;
Output HTML
<div>
<div class="leafygreen-ui-xi606m">
Portals transport their children to a div that is appended to the end of the
document.body to or a node that can be specified with a container prop.
</div>
</div>
Properties
Prop | Type | Description | Default |
---|---|---|---|
container | DOM Node | Sets the container node, which will contain all of the portaled content. If no container is supplied, a div will be created and apened to the end of the document.body . | document.createElement('div') |
children | node | The children will be rendered inside of the portaled container. |
5.1.1
1 year ago
5.1.0
1 year ago
4.1.7
2 years ago
5.0.0-alpha.1
2 years ago
5.0.0-alpha.0
2 years ago
5.0.3
2 years ago
5.0.2
2 years ago
5.0.1
2 years ago
5.0.0
2 years ago
4.1.6
2 years ago
4.1.5
2 years ago
4.1.3-next.0
2 years ago
4.1.3-next.1
2 years ago
4.1.3-next.6
2 years ago
4.1.3-next.7
2 years ago
4.1.3-next.4
2 years ago
4.1.3-next.5
2 years ago
4.1.3-next.2
2 years ago
4.1.3-next.3
2 years ago
4.1.4
2 years ago
4.1.3
2 years ago
4.1.0
2 years ago
4.1.2
2 years ago
4.1.1
2 years ago
4.0.9
2 years ago
4.0.8
3 years ago
4.0.5
3 years ago
4.0.7
3 years ago
4.0.6
3 years ago
4.0.5-test.0
3 years ago
4.0.5-next.0
3 years ago
4.0.5-next.2
3 years ago
4.0.5-next.1
3 years ago
4.0.4
3 years ago
4.0.3
3 years ago
4.0.2
3 years ago
4.0.1
4 years ago
4.0.0
4 years ago
3.1.3
4 years ago
3.1.2
4 years ago
3.1.1
4 years ago
3.1.0
5 years ago
3.0.1
5 years ago
3.0.0
5 years ago
2.2.1
5 years ago
2.2.0
5 years ago
2.1.3
5 years ago
2.1.2
5 years ago
2.1.1
5 years ago
2.1.0
5 years ago
2.0.1
5 years ago
2.0.0
5 years ago
1.1.8
6 years ago
1.1.7
6 years ago
1.1.6
6 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago