-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Description
Tried to insert MudStepper into MudDialog and found some css-classes missed.
Suggested improvements for better style customizations:
- add 'mud-stepper' class to outer div of MudStepper
- add 'mud-stepper-content' class to div, wrapping ChildContent.
- 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
Labels
No labels