GroceriStar / GroceriStar/antd-showcase-components
making lists working together
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
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...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.