How to use react-number-format #1457
Answered
by
rtivital
goodlythink
asked this question in
Q&A
-
i use react-number-format |
Beta Was this translation helpful? Give feedback.
Answered by
rtivital
May 14, 2022
Replies: 1 comment
-
Mantine does not include any global styles, you need to style third-party components yourself, see createStyles documentation. You can also try using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rtivital
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mantine does not include any global styles, you need to style third-party components yourself, see createStyles documentation. You can also try using
<Input component={NumberFormat} />