Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/manthemes-dev/manthemes
- Owner: manthemes-dev
- License: mit
- Created: 2022-05-25T09:50:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T04:50:32.000Z (about 2 years ago)
- Last Synced: 2023-12-23T21:39:55.864Z (about 1 year ago)
- Topics: create-react-app, dark-theme, gatsby, gatsbyjs, mantine, mantine-ui, nextjs, remix, remix-run, theme, typescript
- Language: TypeScript
- Homepage: https://manthemes.vercel.app
- Size: 185 KB
- Stars: 34
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.