Skip to content

Commit 0b7b6e1

Browse files
committed
docs
1 parent 32098d7 commit 0b7b6e1

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,25 @@
22

33
> The [mantine ui kit](https://mantine.dev/) bindings for [react-declarative](https://github.com/react-declarative/react-declarative)
44
5+
![screenshot](./docs/screenshot.png)
6+
7+
## Installation
8+
9+
> Link to [the playground](https://react-declarative-mantine.github.io/)
10+
11+
```tsx
12+
import "@mantine/core/styles.css";
13+
import "@mantine/dates/styles.css";
14+
15+
import { MantineProvider } from "@mantine/core";
16+
import { OneSlotFactory } from "react-declarative-mantine";
17+
18+
const wrappedApp = (
19+
<MantineProvider>
20+
<OneSlotFactory>
21+
<App />
22+
</OneSlotFactory>
23+
</MantineProvider>
24+
);
25+
26+
```

docs/screenshot.png

31.4 KB
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-declarative-mantine",
3-
"version": "0.0.36",
3+
"version": "0.0.37",
44
"description": "The Mantine ui kit bindings for react-declarative",
55
"private": false,
66
"author": {

0 commit comments

Comments
 (0)