Skip to content

Commit 2dbe72a

Browse files
committed
[Docs] Add Dialog component with overview, guidance, and code examples #9305
Signed-off-by: Ayush More <ayushmore42595@gmail.com>
1 parent 17fd6c9 commit 2dbe72a

3 files changed

Lines changed: 23 additions & 4 deletions

File tree

src/sections/Projects/Sistent/components/dialog/code.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ import { navigate } from "gatsby";
33
import { useLocation } from "@reach/router";
44

55
import {
6-
Dialog, DialogTitle, DialogContent, DialogActions, Button, SistentThemeProvider
7-
} from "@layer5/sistent";
6+
Dialog,
7+
DialogTitle,
8+
DialogContent,
9+
DialogActions,
10+
Button,
11+
SistentThemeProvider
12+
} from "@sistent/sistent";
813

914
import { SistentLayout } from "../../sistent-layout";
1015
import TabButton from "../../../../../reusecore/Button";

src/sections/Projects/Sistent/components/dialog/guidance.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@ import React from "react";
22
import { navigate } from "gatsby";
33
import { useLocation } from "@reach/router";
44

5-
import { Dialog, DialogTitle, DialogContent, DialogActions, Button, SistentThemeProvider } from "@layer5/sistent";
5+
import {
6+
Dialog,
7+
DialogTitle,
8+
DialogContent,
9+
DialogActions,
10+
Button,
11+
SistentThemeProvider
12+
} from "@sistent/sistent";
613
import { SistentLayout } from "../../sistent-layout";
714
import TabButton from "../../../../../reusecore/Button";
815
import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";

src/sections/Projects/Sistent/components/dialog/index.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@ import React from "react";
22
import { navigate } from "gatsby";
33
import { useLocation } from "@reach/router";
44

5-
import { Dialog, DialogTitle, DialogContent, DialogActions, Button, SistentThemeProvider } from "@layer5/sistent";
5+
import {
6+
Dialog,
7+
DialogTitle,
8+
DialogContent,
9+
DialogActions,
10+
Button,
11+
SistentThemeProvider
12+
} from "@sistent/sistent";
613
import { SistentLayout } from "../../sistent-layout";
714
import TabButton from "../../../../../reusecore/Button";
815
import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";

0 commit comments

Comments
 (0)