1.2.3-alpha.1 • Published 3 years ago
manthemes v1.2.3-alpha.1
Usage
To use a theme and to know what themes go to Available Themes here's an example:
import { MantineProvider } from "@mantine/core";
import { synthwave } from "manthemes/daisyui";
function App() {
  return (
    <MantineProvider theme={synthwave} withGlobalStyles withNormalizeCSS>
      <YourOutlet />
    </MantineProvider>
  );
}Available Themes
- Daisyui- dark
- light
- synthwave
- dracula
 
Contributing
To contribute you must clone this repository and look at the theme.format there you must follow the instructions in order to add a new theme.