Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

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 mantin'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