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

Nested components and their children hierarchy #6

Open
alerdenisov opened this issue Jan 20, 2017 · 1 comment
Open

Nested components and their children hierarchy #6

alerdenisov opened this issue Jan 20, 2017 · 1 comment

Comments

@alerdenisov
Copy link
Owner

I found great idea to implement something such as props.children from React.

<CustomPanel ...> 
  <Props>
    return { foo = 'bar' }
  </Props>
  <Children>
    <Text ...> Custom hierarhy text </Text>
  </Children>
</CustomPanel>

And inside declaration of CustomPanel allow to use tag Hierarhy or Children to draw populated hierarhy.

@alerdenisov alerdenisov added this to the 0.2 milestone Jan 20, 2017
alerdenisov added a commit that referenced this issue Jan 20, 2017
@alerdenisov alerdenisov modified the milestones: 0.1, 0.2 Jan 20, 2017
alerdenisov added a commit that referenced this issue Jan 20, 2017
@alerdenisov
Copy link
Owner Author

Draft of feature is done

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

No branches or pull requests

1 participant