-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The problem arises when displaying a long list of items in a user interface. A lengthy, comma-separated list can clutter the UI, become difficult to read, and overwhelm the user. Additionally, it can make the layout less visually appealing and reduce usability on smaller screens.
Describe the solution, feature, or improvement you'd like
React component that dynamically handles long lists by truncating them once a specified length is exceeded. Instead of showing all items, the component:
- Displays a truncated version of the list with a visual indicator, such as a circle or badge, representing the remaining items.
- The indicator shows the count of items not displayed (e.g., "+5" for 5 additional items).
- When the user hovers over the indicator, a tooltip or popover appears, displaying the full list of items in a readable format.
Is this something worth adding in big-design or is the use-case really specific not something worth adding to big-design?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request