Skip to content

Commit 40b17d7

Browse files
committed
date-time-picker
1 parent 4b5c73d commit 40b17d7

File tree

6 files changed

+76
-317
lines changed

6 files changed

+76
-317
lines changed

demo/src/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from "react";
22
import ReactDOM from "react-dom/client";
33
import "@mantine/core/styles.css";
4+
import "@mantine/dates/styles.css";
45
import { MantineProvider } from "@mantine/core";
56
import { theme } from "./theme";
67
import App from "./App";

package-lock.json

+20-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-declarative-mantine",
3-
"version": "0.0.6",
3+
"version": "0.0.15",
44
"description": "The Mantine ui kit bindings for react-declarative",
55
"private": false,
66
"author": {
@@ -57,15 +57,17 @@
5757
],
5858
"peerDependencies": {
5959
"@mantine/core": "*",
60-
"@mui/material": "*",
60+
"@mantine/dates": "*",
6161
"@mui/icons-material": "*",
62+
"@mui/material": "*",
6263
"@mui/system": "*",
6364
"react": "*",
6465
"react-declarative": "*",
6566
"react-dom": "*"
6667
},
6768
"devDependencies": {
6869
"@mantine/core": "7.12.2",
70+
"@mantine/dates": "7.12.2",
6971
"@rollup/plugin-typescript": "11.1.6",
7072
"@types/react": "18.0.21",
7173
"@typescript-eslint/eslint-plugin": "6.5.0",

0 commit comments

Comments
 (0)