Skip to content

Stepper: Add class for each step's icon #4059

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ahoiroman opened this issue May 3, 2025 · 1 comment · May be fixed by #4060
Open

Stepper: Add class for each step's icon #4059

ahoiroman opened this issue May 3, 2025 · 1 comment · May be fixed by #4060
Labels
enhancement New feature or request triage v3 #1289

Comments

@ahoiroman
Copy link

Description

Hello everybody,

I'd love to see one feature:

The stepper can - at the moment - have a custom icon for each step. It would be super cool to allow each step to define it's own css class that is applied to the icon. This way, one could - for example - spin an icon to indicate that this step is currently worked on, while other steps do not spin, as they have not been started yet or have been finished already.

So maybe it would be possible like this:

 return {
    title:'foo',
    description: 'bar',
    icon: 'i-lucide-refresh-cw',
    class: 'animate-spin'
  }

Additional context

No response

@ahoiroman ahoiroman added enhancement New feature or request triage v3 #1289 labels May 3, 2025
@J-Michalek J-Michalek linked a pull request May 4, 2025 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage v3 #1289
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant