0.1.6 • Published 2 months ago

@ciceksepeti/cui-portal v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@ciceksepeti/cui-portal

npm version storybook PRs Welcome license

A first-class way to render child components into a DOM node outside of the parent DOM hierarchy defined by the component tree hierarchy.

Installing

Using Npm:

$ npm install @ciceksepeti/cui-portal

Using Yarn:

$ yarn add @ciceksepeti/cui-portal

Example

import Portal from "@ciceksepeti/cui-portal";

function Demo() {
  return <Portal>I am in a portal appended to body</Portal>;
}
0.1.6

2 months ago

0.1.5

3 months ago

0.1.4

3 months ago

0.1.2

4 months ago

0.1.3

4 months ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago