0.1.7 • Published 9 months ago

@ciceksepeti/cui-portal v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
9 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.7

9 months ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.2

2 years ago

0.1.3

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago