Skip to content

Latest commit

 

History

History

mantine

Example app with mantine

This example features how to use mantine as the component library within a Remix app.

Preview

Open this example on CodeSandbox:

Open in CodeSandbox

Example

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.

Related Links