Replies: 1 comment 1 reply
-
Thanks for the feedback, I assume you're using the React Spectrum component, not RAC? We already support Icons, see https://react-spectrum.adobe.com/react-spectrum/ListView.html#complex-items Avatar support will be in our Spectrum 2 implementation, not sure it'll make it into the current S1 implementation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue: Enhancement Proposal for ListView Component
Description
The ListView component displays a list of interactive items, allowing users to navigate, select, or perform actions. I would like to propose some enhancements to improve the user experience.
Proposed Enhancements
Avatar or Icon Support:
Instead of just using an image, it would be beneficial to provide the option to include either an Avatar component or an Icon. This would enhance the visual representation of the items in the ListView and provide a more engaging user experience.
Responsive Selection Style:
I propose that the
selectionStyle
property, which currently accepts values of'checkbox'
or'highlight'
, be made responsive. The following responsive codes could be implemented:Beta Was this translation helpful? Give feedback.
All reactions