open-amdocs / webrix

Powerful building blocks for React-based web applications
https://webrix.amdocs.com
Apache License 2.0
431 stars 31 forks source link

New UI component #74

Closed prajwalkulkarni closed 2 years ago

prajwalkulkarni commented 2 years ago

This component idea is specific to NextJs and not React in general. The component is about creating and managing portals(mostly used as portals). The absence of index.js in NextJS projects, makes it difficult to create a portal and, even if one manages to create one, animating portals on mounting and unmounting is an overhead. To tap into both these issues and give a single-stop solution, I've created NextPortal. I wanted to contribute to this repository and in the "contributing" tab it was instructed that I open an issue for the proposed component. NextPortal is my first open-source project and, I was wondering if my project could be a part of this organization/collection.

Looking forward to hearing back from you. Regards, Prajwal

ykadosh commented 2 years ago

Hi @prajwalkulkarni, I think you would want to open this PR in the Next.js repo, not here :)