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

making lists working together #55

Open
atherdon opened this issue Mar 16, 2019 · 2 comments
Open

making lists working together #55

atherdon opened this issue Mar 16, 2019 · 2 comments
Assignees

Comments

@atherdon
Copy link
Member

atherdon commented Mar 16, 2019

I find out that a few weeks ago i moved the ListWrapper from antd-showcase into cards-wrapper
the reason was simple - cards/tiles are working together inside of the list.
And I also find out that antd has few examples, related to a grid system, which can have responsive features. And I put those components into cards too.
So, what we have right now:
at antd-showcase we have our new component - ListWrapperEmpty
at cards we have ListWrapper, and at cards we have a few components, related to Grid. they actually quite the same. But it's only because I clean them up. before they were messier.

  1. We need to move ListWrapperEmpty to cards

  2. figure out do we need all of those components, or we should make it cleaner and just have a grid?

  3. we will need to update all of our react projects, that relate to ListWrapperEmpty now...

@atherdon
Copy link
Member Author

atherdon commented Mar 16, 2019

also move ListWrapperShort too

@atherdon
Copy link
Member Author

atherdon commented Mar 16, 2019

also move List too

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