#justify right the value in NumberInput
3 messages · Page 1 of 1 (latest)
Use Styles API to change component styles
Hi @thorny lintel
so if if have somethign like
<NumberInput
size="xl"
radius="lg"
label="Input label"
description="Input description"
placeholder="Input placeholder"
className={classes.input_B}
/>
with module.css
.input_B {
align-items: right;
}