You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/react/depoyment-integration/remix.md
+22-23Lines changed: 22 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ documentation: ug
8
8
domainurl: ##DomainURL##
9
9
---
10
10
11
-
# Getting started with Syncfusion React PDF Viewer with React Router
11
+
# React Router v7 Quickstart
12
12
13
-
Note: Remix's framework features were merged into React Router v7 and later. This guide targets React Router v7's framework-mode and shows a client-only (standalone) integration of the Syncfusion React PDF Viewer.
13
+
N> Remix's framework features were merged into React Router v7 and later. This guide targets React Router v7's framework-mode and shows a client-only (standalone) integration of the Syncfusion React PDF Viewer.
14
14
15
15
## Prerequisites
16
16
@@ -24,20 +24,20 @@ Note: Remix's framework features were merged into React Router v7 and later. Thi
24
24
Different starters create different folder layouts. Pick the mapping that matches your project and follow the file locations shown below.
If your SPFx build configuration forbids direct CSS imports from node_modules, add these `@import` lines to your component SCSS (for example `PdfViewer.module.scss`) using the appropriate path or deploy the CSS from a CDN.
64
+
If your SPFx build configuration forbids direct CSS imports from node_modules, add these `@import` lines to your component CSS (for example `PdfViewer.module.css`) using the appropriate path or deploy the CSS from a CDN.
65
65
66
66
## Step 4 — Provide runtime assets and choose rendering mode
0 commit comments