#Hi, is there a way to center the label of Stepper under the icon?

8 messages · Page 1 of 1 (latest)

slender plank
#

Currently I have tried to use iconPosition but it only allow two values: left or right, but I haven't find a way to change the position of the label.

https://mantine.dev/core/stepper/

Display content divided into a steps sequence

#

Hi, is there a way to center the label of Stepper under the icon?

thorn slate
#

you use styles api

<Stepper styles={{step:{
flexDirection:'column'
}}}>
{/* steps */}
</Stepper>
slender plank
#

Hi, thank you for your response. This solve partially my problem: now I cannot align vertically the label with the step

thorn slate
slender plank
#

The label isn't center with the icon, it is as if the label has a default left margin

thorn slate