Skip to content

sweco-sedalh/sweco-theme-mantine

Repository files navigation

Sweco theme for Mantine

Usage:

import { theme, cssVariablesResolver } from "@sweco/theme-mantine";
// must be after the import of Mantine's own styles
import "@sweco/theme-mantine/style.css";

...

    <MantineProvider
      theme={theme}
      cssVariablesResolver={cssVariablesResolver}
    >
      <App />
    </MantineProvider>

...

About

Sweco theme for Mantine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published