Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

[WIP] feat: introduce template prop for laying out components #401

Closed
wants to merge 3 commits into from

Conversation

levithomason
Copy link
Member

@levithomason levithomason commented Oct 25, 2018

⚠️ This work is still at the hacky stage.


This is a work in progress experiment addressing #241.

Goals

  1. Allow component developers to easily layout the slots of a component
  2. Ensure the DOM order of slots matches the template order of slots
  3. Support two dimensional layouts, x and y axes slot positions
  4. Support gaps between slots
  5. Support sizing of slots

Investigations

  • Sometimes, it is necessary or useful for styling to wrap slots in a parent element. How should this be handled?

@kuzhelov kuzhelov changed the title [WIP] feat: introduce tempalte prop for laying out components [WIP] feat: introduce template prop for laying out components Oct 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants