Back to all questions

Why my dates components look broken?

Edit this page on GitHub
Report issue with the article

Last updated July 15, 2024

If your dates components look like this:

It means that you did not import styles for @mantine/dates package like it is described in installation instructions.

Add styles import to your application:

import '@mantine/dates/styles.css';
mantine.dev

Built by Vitaly Rtishchev