Skip to content

Feature - API: Some initial compositional components #483

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

Merged
merged 5 commits into from
May 9, 2019

Conversation

bryphe
Copy link
Member

@bryphe bryphe commented May 9, 2019

This is a baby-step towards a compositional-component API (instead of having an uber-style, we use composition of components with discrete responsibilities).

This adds some initial compositional components, loosely correlating to the similarly-named components in the Flutter space:

  • Stack
  • Container
  • Positioned

I also tweaked the Image primitive, and added a width/height property directly to it.

Starting with these to simplify my workshop components. Will add some docs shortly 👍

@bryphe bryphe merged commit fce2fc2 into master May 9, 2019
@bryphe bryphe deleted the feature/api/additional-components branch May 9, 2019 19:29
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

Successfully merging this pull request may close these issues.

1 participant