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
- Host: GitHub
- URL: https://github.com/react-declarative/react-declarative-mantine
- Owner: react-declarative
- License: mit
- Created: 2024-09-03T08:04:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-25T12:31:00.000Z (5 months ago)
- Last Synced: 2025-07-25T18:53:25.890Z (5 months ago)
- Topics: dark-mode, dark-theme, declarative, hooks, mantine, react, typescript, uikit
- Language: TypeScript
- Homepage: https://github.com/react-declarative/react-declarative
- Size: 2.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)

## 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 = (
);
```