79476470

Date: 2025-02-28 19:10:58
Score: 0.5
Natty:
Report link

You need to set the draggable option to false i.e.:

import { Carousel } from '@mantine/carousel';

function Demo() {
  return (
    <Carousel draggable={false}>
      {/* ...slides */}
    </Carousel>
  );
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: fgoudra