Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
希望增加一个新功能:一个可拖动的步骤进度条组件。该组件应允许用户通过一系列步骤直观地跟踪他们的进度,并且能够拖动当前步骤标记到任意步骤。此外,进度条中的每个步骤应该能够绑定到预定义枚举的特定值,从而提供更大的灵活性,并与我们现有的数据模型更好地集成。
Describe the solution you'd like
- 步骤进度条应该支持鼠标拖动操作,用户可以通过拖动来改变当前步骤。
- 进度条应该能够与枚举类型的变量进行绑定,每个步骤对应枚举中的一个值。
- 如图

Additional context
No response
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
希望增加一个新功能:一个可拖动的步骤进度条组件。该组件应允许用户通过一系列步骤直观地跟踪他们的进度,并且能够拖动当前步骤标记到任意步骤。此外,进度条中的每个步骤应该能够绑定到预定义枚举的特定值,从而提供更大的灵活性,并与我们现有的数据模型更好地集成。
Describe the solution you'd like
Additional context
No response