mantinedev / ui.mantine.dev

Mantine UI website and components
https://ui.mantine.dev
MIT License
2.92k stars 318 forks source link

DatePickerInput or any Date component @mantine/dates shows with broken styling #75

Closed AsgharCeethirakthu closed 11 months ago

AsgharCeethirakthu commented 11 months ago

"@mantine/dates": "^7.1.7", "@mantine/core": "^7.1.3", "@mantine/ds": "^7.1.3", "typescript": "^5.0.2", "react": "^18.2.0",

image

while comparing with the demo I see some styles are missing

saw a similar case reported here as well https://stackoverflow.com/questions/77422657/mantine-datepickerinput-rendering-bug

rtivital commented 11 months ago

You did not import import '@mantine/dates/styles.css';https://mantine.dev/dates/getting-started/#installation

AsgharCeethirakthu commented 11 months ago

Worked. Thank You