salt-ds icon indicating copy to clipboard operation
salt-ds copied to clipboard

Static List Component Build

Open mark-tate opened this issue 7 months ago • 10 comments

Static List Component

Description A Static List is a component that allows interaction with elements within each list item without the concept of selecting the list items themselves.

Use Cases

  • Checkout Cart: In a shopping cart, each list item represents a product. Users can perform actions such as 'remove from basket' on individual items, but the list items do not have a selected state.
  • File Upload: In a file upload interface, each list item represents an uploaded file. Users can interact with elements like file descriptions or remove buttons within each list item, but the list items themselves are not selectable.

Follow design in #2453 POC: https://codesandbox.io/p/sandbox/salt-item-list-d828ft

mark-tate avatar Jul 08 '24 16:07 mark-tate