5.1.1 • Published 1 month ago

@leafygreen-ui/portal v5.1.1

Weekly downloads
374
License
Apache-2.0
Repository
github
Last release
1 month ago

Portal

npm (scoped)

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

PropTypeDescriptionDefault
containerDOM NodeSets 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')
childrennodeThe children will be rendered inside of the portaled container.
5.1.1

1 month ago

5.1.0

2 months ago

4.1.7

9 months ago

5.0.0-alpha.1

10 months ago

5.0.0-alpha.0

10 months ago

5.0.3

7 months ago

5.0.2

8 months ago

5.0.1

9 months ago

5.0.0

9 months ago

4.1.6

9 months ago

4.1.5

10 months ago

4.1.3-next.0

12 months ago

4.1.3-next.1

12 months ago

4.1.3-next.6

12 months ago

4.1.3-next.7

12 months ago

4.1.3-next.4

12 months ago

4.1.3-next.5

12 months ago

4.1.3-next.2

12 months ago

4.1.3-next.3

12 months ago

4.1.4

11 months ago

4.1.3

11 months ago

4.1.0

1 year ago

4.1.2

1 year ago

4.1.1

1 year ago

4.0.9

1 year ago

4.0.8

1 year ago

4.0.5

2 years ago

4.0.7

2 years ago

4.0.6

2 years ago

4.0.5-test.0

2 years ago

4.0.5-next.0

2 years ago

4.0.5-next.2

2 years ago

4.0.5-next.1

2 years ago

4.0.4

2 years ago

4.0.3

2 years ago

4.0.2

2 years ago

4.0.1

3 years ago

4.0.0

3 years ago

3.1.3

3 years ago

3.1.2

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago