Example app with mantine
This example features how to use mantine as the component library within a Remix app.
Open this example on CodeSandbox:
We wrap the app in mantine
's theme and color providers so the pages can have app-wide dark/light mode. We are also creating a route to toggle between dark/light mode.