Skip to content

Commit c79bcbe

Browse files
1010807: Resolving CI issues
1 parent 36a921f commit c79bcbe

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

Document-Processing/PDF/PDF-Viewer/react/depoyment-integration/nextjs-getting-started.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ domainurl: ##DomainURL##
1010

1111
# Creating a Next.js application using Syncfusion<sup style="font-size:70%">&reg;</sup> React components
1212

13-
What you'll build / time: A Next.js app integrating the Syncfusion React PDF Viewer — ~15 minutes.
14-
1513
This guide shows how to set up a Next.js application and integrate the Syncfusion<sup style="font-size:70%">&reg;</sup> React PDF Viewer component.
1614

1715
## What is Next.js?
@@ -113,9 +111,15 @@ Syncfusion<sup style="font-size:70%">&reg;</sup> React components include built-
113111
{% tabs %}
114112
{% highlight css tabtitle="globals.css" %}
115113

116-
/* Minimal recommended imports: PDF Viewer theme and base styles */
114+
/* PDF Viewer theme and base styles */
117115
@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
118-
@import '../node_modules/@syncfusion/ej2-pdfviewer/styles/material.css';
116+
@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
117+
@import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
118+
@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
119+
@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
120+
@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
121+
@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
122+
@import "../node_modules/@syncfusion/ej2-pdfviewer/styles/material.css";
119123

120124
{% endhighlight %}
121125
{% endtabs %}

0 commit comments

Comments
 (0)