Replies: 7 comments 8 replies
-
Hi, thanks for feedback, I've been thinking about adding List component, but could not find the most common usecases apart from those on Ant Design website. So if you can send a couple examples where you would use this component, that would be great |
Beta Was this translation helpful? Give feedback.
-
Maybe add scroll snapping in the list? |
Beta Was this translation helpful? Give feedback.
-
The MUI list https://mui.com/components/lists/ has some interesting features to consider too (although it's a bit more restrictive / opinionated):
|
Beta Was this translation helpful? Give feedback.
-
I just moved to Mantine after using Ant for years. It's crazy to me that this library has everything I can think of, but an Ant-like List component is missing. I hope it gets added soon. |
Beta Was this translation helpful? Give feedback.
-
I'm also interested in a list component. The |
Beta Was this translation helpful? Give feedback.
-
Any updates on this? |
Beta Was this translation helpful? Give feedback.
-
This would be nice... just to setup lists with appropriate background color, and border etc if that fits the default styles |
Beta Was this translation helpful? Give feedback.
-
I have been an Ant Design User for a long time and the biggest thing that has always kept me bound to it is the LIST component. Although a simple thing, but saves a heck lot of time. Now, with Mantine,, I have the same wonderful dev experience but with the lightest possible size (SPEEEED) and a damn fine, easy peasy, dark mode (Ant Design doesn't have a proper dark mode as it needs work arounds, at the cost of serving over 2 x 500kb worth of CSS Files, Light and Dark Theme LOL)
But Why?
Because, websites serve users best if the data is "vertically scrollable" and at the same time, gives more data without a compromise on responsiveness (Thanks to our mobile phones, we are accustomed to vertical scrolling) and tbh Cards don't work best in vertical scrolling. They just don't, their structure and padding ratio makes it impossible to fit enough data in one place without awkwardly sizing them.
Point to Ponder : I Wonder why Medium was the first of the few top websites to follow "list" based articles layout 🤔
A LIST component + lazy loading/virtualization examples would be an awesome addition. I just hope to see it someday here. I am very happy with the documentation and hooks and I have decided to shift all my projects to Mantine full time.
Beta Was this translation helpful? Give feedback.
All reactions