Esri / calcite-design-system

A monorepo containing the packages for Esri's Calcite Design System
https://developers.arcgis.com/calcite-design-system/
Other
285 stars 76 forks source link

[Block] Provide consistent use of sorting similar to `list` #10382

Open geospatialem opened 3 days ago

geospatialem commented 3 days ago

Check existing issues

Description

block currently offers a handle attribute, but the sorting functionality is handled via a parent internal unsupported and undocumented component. Instead we should offer support to a set of grouped blocks in alignment with list and list-item.

Acceptance Criteria

Relevant Info

Which Component

block

Example Use Case

https://codepen.io/geospatialem/pen/XWvJbEm

Priority impact

impact - p2 - want for an upcoming milestone

Calcite package

Esri team

Calcite (dev)

geospatialem commented 3 days ago

Spike needed to determine the structure of the component needed to provide sorting on specified blocks.