manthemes
TypeScript icon, indicating that this package has built-in type declarations

1.2.3-alpha.1 • Public • Published

Manthemes

A package that has made mantine themes.


Install

with npm:

npm install manthemes

or with yarn:

yarn add manthemes

or with pnpm:

pnpm add manthemes

To install nightly versions of manthemes use npm install manthemes@next


Usage

import { MantineProvider } from "@mantine/core";
import { retro } from "manthemes/daisyui";

function App() {
  return (
    <MantineProvider theme={retro} withGlobalStyles withNormalizeCSS>
      <YourOutlet />
    </MantineProvider>
  );
}

For The Documentation pls refer to the manthemes documentation.

/manthemes/

    Package Sidebar

    Install

    npm i manthemes

    Weekly Downloads

    1

    Version

    1.2.3-alpha.1

    License

    MIT

    Unpacked Size

    45.9 kB

    Total Files

    68

    Last publish

    Collaborators

    • johnsiras