Skip to content

Commit 07b2935

Browse files
981315: Created Custom Toolbar Sample
1 parent 7f20cf0 commit 07b2935

File tree

4 files changed

+2071
-0
lines changed

4 files changed

+2071
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "bdaqbgtb--run",
3+
"version": "0.0.0",
4+
"private": true,
5+
"dependencies": {
6+
"react": "18.1.0",
7+
"react-dom": "18.1.0",
8+
"@syncfusion/ej2-base": "31.1.17",
9+
"@syncfusion/ej2-pdfviewer": "31.1.18",
10+
"@syncfusion/ej2-react-base": "31.1.17",
11+
"@syncfusion/ej2-react-pdfviewer": "31.1.18",
12+
"@syncfusion/ej2-navigations": "31.1.18",
13+
"@syncfusion/ej2-react-navigations": "31.1.18",
14+
"@syncfusion/ej2-buttons": "31.1.17",
15+
"@syncfusion/ej2-react-buttons": "31.1.17"
16+
},
17+
"scripts": {
18+
"start": "react-scripts start",
19+
"build": "react-scripts build",
20+
"test": "react-scripts test --env=jsdom",
21+
"eject": "react-scripts eject"
22+
},
23+
"devDependencies": {
24+
"react-scripts": "latest"
25+
},
26+
"browserslist": {
27+
"production": [
28+
">0.2%",
29+
"not dead",
30+
"not op_mini all"
31+
],
32+
"development": [
33+
"last 1 chrome version",
34+
"last 1 firefox version",
35+
"last 1 safari version"
36+
]
37+
}
38+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Syncfusion React Sample</title>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
7+
<meta http-equiv="x-ua-compatible" content="ie=edge">
8+
<meta name="description" content="Syncfusion React UI Components" />
9+
<meta name="author" content="Syncfusion" />
10+
<link href="https://cdn.syncfusion.com/ej2/31.1.17/tailwind3.css" rel="stylesheet">
11+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
12+
</head>
13+
14+
<body class="tailwind3">
15+
<style>
16+
.control-section
17+
{
18+
margin-top: 100px;
19+
}
20+
</style>
21+
<div id='sample'>
22+
</body>
23+
</html>

0 commit comments

Comments
 (0)