react-declarative-mantine
v0.0.42
Published
The Mantine ui kit bindings for react-declarative
Downloads
17
Maintainers
Readme
⚛️ react-declarative-mantine
The mantine ui kit bindings for react-declarative
Installation
Link to the playground
import "@mantine/core/styles.css";
import "@mantine/dates/styles.css";
import { MantineProvider } from "@mantine/core";
import { OneSlotFactory } from "react-declarative-mantine";
const wrappedApp = (
<MantineProvider>
<OneSlotFactory>
<App />
</OneSlotFactory>
</MantineProvider>
);