1.2.3-alpha.1 • Published 3 years ago

manthemes v1.2.3-alpha.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

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.

1.2.3-alpha.3

3 years ago

1.2.3-alpha.2

3 years ago

1.2.3-alpha.1

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.1-0

3 years ago

1.2.0

3 years ago

1.2.0-0

3 years ago

1.1.0-0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago