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

https://github.com/react-declarative/react-declarative-mantine

The mantine ui kit bindings for react-declarative
https://github.com/react-declarative/react-declarative-mantine

dark-mode dark-theme declarative hooks mantine react typescript uikit

Last synced: 5 months ago
JSON representation

The mantine ui kit bindings for react-declarative

Awesome Lists containing this project

README

          

# ⚛️ react-declarative-mantine

> The [mantine ui kit](https://mantine.dev/) bindings for [react-declarative](https://github.com/react-declarative/react-declarative)

![screenshot](./docs/screenshot.png)

## Installation

> Link to [the playground](https://react-declarative-mantine.github.io/)

```tsx
import "@mantine/core/styles.css";
import "@mantine/dates/styles.css";

import { MantineProvider } from "@mantine/core";
import { OneSlotFactory } from "react-declarative-mantine";

const wrappedApp = (





);

```