You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
We need to move ListWrapperEmpty to cards
figure out do we need all of those components, or we should make it cleaner and just have a grid?
we will need to update all of our react projects, that relate to ListWrapperEmpty now...
The text was updated successfully, but these errors were encountered:
I find out that a few weeks ago i moved the
ListWrapper
fromantd-showcase
intocards-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 haveListWrapper
, and atcards
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.We need to move
ListWrapperEmpty
to cardsfigure out do we need all of those components, or we should make it cleaner and just have a grid?
we will need to update all of our react projects, that relate to
ListWrapperEmpty
now...The text was updated successfully, but these errors were encountered: