1.2.3-alpha.1 • Published 2 years ago

manthemes v1.2.3-alpha.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.2.3-alpha.2

2 years ago

1.2.3-alpha.1

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.1-0

2 years ago

1.2.0

2 years ago

1.2.0-0

2 years ago

1.1.0-0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago