Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manthemes-dev/manthemes

Mantine made library themes
https://github.com/manthemes-dev/manthemes

create-react-app dark-theme gatsby gatsbyjs mantine mantine-ui nextjs remix remix-run theme typescript

Last synced: 3 months ago
JSON representation

Mantine made library themes

Awesome Lists containing this project

README

        

Manthemes


A package that has made mantine themes.

---

## Install

with npm:

```bash
npm install manthemes
```

or with yarn:

```bash
yarn add manthemes
```

or with pnpm:

```bash
pnpm add manthemes
```

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

---

## Usage

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

function App() {
return (



);
}
```

---

For The Documentation pls refer to the [manthemes](https://manthemes.vercel.app) documentation.