-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Components #48
Comments
Hi, can you use the prop |
I have reimplemented the react popout with IE support and more flexibility |
@sidharthancr thanks for doing this, if I added you as a maintainer for both this repo and the npm package would you prefer to take over the original package? |
Happy to do it @JakeGinnivan |
@sidharthancr did you want to have a quick Skype/Zoom/Other call to discuss, then will add you to everything. Please email me jake@ginnivan.net then we can set it up |
How to use nested multiply component.
renderList() {
return this
.data
.map((pane, index) => {
return (
NestedPopout
);
});
}
Thanks
The text was updated successfully, but these errors were encountered: