Replies: 5 comments 1 reply
-
I've been thinking about what the differences are between your list (which is great) and the existing simple structured list. Some of the differences I'm seeing are:
I'm basically just trying to figure out if this is a wholesale new component or if its a new variant of either list or structured list components. |
Beta Was this translation helpful? Give feedback.
-
Looks great to me 🎉 |
Beta Was this translation helpful? Give feedback.
-
I think to move this forward, we'd need to...
@aagonzales What do you think? |
Beta Was this translation helpful? Give feedback.
-
We have a list component within AI Apps that's used for the exact same use cases above and more. Note: The guidance we have on the site was carried over from the former IoT PAL, and needs to be fully revisited to follow the Carbon guidance structure and also evolved design and use cases, but you can get an idea of the additional variations we have. You can see how it gets used in other patterns, like a list builder. This is a link to our coded implementation of it as well. Would love to contribute and collaborate on this as well if it's being picked up at the Carbon level! We have a lot of use cases for it. |
Beta Was this translation helpful? Give feedback.
-
Contained list
Variant 1 (color and type tokens)Variant 1 (specs)Variant 2 (color and type tokens)Variant 2 (specs) |
Beta Was this translation helpful? Give feedback.
-
List
Overview
A list is a structured way to display grouped information. The individual list items can contain static / read-only information as well as being interactive. A list is preceded by the list header, which always contains the title for a group of list items and can optionally hold additional, supporting information or interactive elements.
When to use
When not to use
Variants
Default
Compact
Formatting
Anatomy
Universal behaviours
The behaviors listed in this section are universal across all of the types. For behaviors that are unique to each type, see each of the component type sections below.
States
Interactions
Style
Examples
Default variant
Default variant
To anyone on the Carbon team, please feel free to reach out via Slack so we can talk about more use cases and examples I can't post here. Also, I'd be more than happy to share the interactiv prototypes.
@aagonzales @joshblack @laurenmrice @sstrubberg
Additional notes
UnorderedList
andOrderedList
(and their sharedListItem
child component).sm
,md
,lg
).Beta Was this translation helpful? Give feedback.
All reactions