Skip to content

Commit 7b7c9bd

Browse files
942243: Sample to Download PDF on confirmation
1 parent 2f05622 commit 7b7c9bd

30 files changed

+1742
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"name": "qnunl3--run",
3+
"version": "0.0.0",
4+
"private": true,
5+
"dependencies": {
6+
"@syncfusion/ej2-base": "*",
7+
"@syncfusion/ej2-buttons": "*",
8+
"@syncfusion/ej2-documenteditor": "*",
9+
"@syncfusion/ej2-lists": "*",
10+
"@syncfusion/ej2-navigations": "*",
11+
"@syncfusion/ej2-pdfviewer": "*",
12+
"@syncfusion/ej2-popups": "^*",
13+
"@syncfusion/ej2-react-base": "*",
14+
"@syncfusion/ej2-react-buttons": "*",
15+
"@syncfusion/ej2-react-pdfviewer": "*",
16+
"@syncfusion/ej2-react-popups": "*",
17+
"@syncfusion/ej2-splitbuttons": "*",
18+
"react": "18.1.0",
19+
"react-dom": "18.1.0"
20+
},
21+
"scripts": {
22+
"start": "react-scripts start",
23+
"build": "react-scripts build",
24+
"test": "react-scripts test --env=jsdom",
25+
"eject": "react-scripts eject"
26+
},
27+
"devDependencies": {
28+
"react-scripts": "latest"
29+
},
30+
"browserslist": {
31+
"production": [
32+
">0.2%",
33+
"not dead",
34+
"not op_mini all"
35+
],
36+
"development": [
37+
"last 1 chrome version",
38+
"last 1 firefox version",
39+
"last 1 safari version"
40+
]
41+
}
42+
}
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/27.2.2/bootstrap5.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="bootstrap5">
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)