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/Excel/Spreadsheet/React/Environment-Integrations/sharepoint.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ platform: document-processing
7
7
documentation: ug
8
8
---
9
9
10
-
# Getting Started with React Spreadsheet in the SharePoint Framework
10
+
# Getting Started with React Spreadsheet in the SharePoint Framework (SPFx)
11
11
12
12
This article provides a step-by-step guide for setting up a SharePoint project and integrating the Syncfusion® React components.
13
13
14
-
`SharePoint` Framework is a development model and framework provided by Microsoft for building custom solutions and extensions for SharePoint and Microsoft Teams. It is a modern, client-side framework that allows developers to create web parts, extensions, and customizations that can be deployed and used within SharePoint sites and Teams applications.
14
+
`SharePoint` Framework (SPFx) is a development model and framework provided by Microsoft for building custom solutions and extensions for SharePoint and Microsoft Teams. It is a modern, client-side framework that allows developers to create web parts, extensions, and customizations that can be deployed and used within SharePoint sites and Teams applications.
15
15
16
16
## Prerequisites
17
17
@@ -20,7 +20,7 @@ This article provides a step-by-step guide for setting up a SharePoint project a
20
20
21
21
## Set up the SharePoint project
22
22
23
-
Create a new project using the following command:
23
+
Create a new SPFx project using the following command:
24
24
25
25
**Step 1:** To initiate the creation of a new SharePoint project, use the following command:
Themes for Syncfusion React Spreadsheet can be applied using CSS files from npm packages, CDN, CRG, or [Theme Studio](https://ej2.syncfusion.com/react/documentation/appearance/theme-studio). Refer to the [themes documentation](https://ej2.syncfusion.com/react/documentation/appearance/theme) for more detail.
60
60
61
-
This example demonstrates importing the `Tailwind 3` theme CSS within the `App.ts` file located at `~/src/webparts/app/components/App.ts`:
61
+
This example demonstrates importing the `Tailwind 3` theme CSS within the `App.tsx` file located at `~/src/webparts/app/components/App.tsx`:
0 commit comments