Skip to content

MudStepper - improvements in css classes, actions bar #361

@Arsync

Description

@Arsync

Tried to insert MudStepper into MudDialog and found some css-classes missed.
Suggested improvements for better style customizations:

  1. add 'mud-stepper' class to outer div of MudStepper
  2. add 'mud-stepper-content' class to div, wrapping ChildContent.
  3. add 'mud-stepper-actions' class to div, which contains prev/next buttons to allow custom styling of that area.

Outer div of stepper content which now has no dedicated classname, can be named as 'mud-stepper-content-wrapper' or other. Main goal is to have well-known names on all internal MudStepper divs.

Also, please:

  • add an option to move 'previous' button to right side (but keep custom buttons added at left side),
  • add an option to customize 'next' button variant like 'NextButtonVariant' to allow it looks different than other action buttons

Optional:

  • need to hide outer div of action buttons when there is no buttons (all disabled) to hide bottom gap.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions