Skip to content
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

How can I render children inside the react component? #136

Open
aplaskota opened this issue Oct 4, 2021 · 2 comments
Open

How can I render children inside the react component? #136

aplaskota opened this issue Oct 4, 2021 · 2 comments

Comments

@aplaskota
Copy link

Hi, I'm trying to figure out how can I make my react components more flexible. I'd like to achieve something like this inside my angular.js template.

<div>
    <myReactComponent>
        <p>Text<p/>
    </myReactComponent>
</div>
@EmBeaux
Copy link

EmBeaux commented Feb 8, 2022

Is this something you were able to figure out? I am running in to the same problem of trying to utilize ng-content within react.

@aplaskota
Copy link
Author

@EmBeaux nope, this is the biggest constraint in this package so I'm considering other options right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants