Skip to content

jbarbam/SPFx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SPFx Web Parts


This repository contains SPFx samples realized by @jbarbam.

Additional resources

Using the samples

To build and start using these projects, you'll need to clone and build the projects.

  1. Clone this repository by executing the following command in your console:
git clone https://github.com/jbarbam/SPFx.git
  1. Navigate to the cloned repository folder:
cd `repository-folder-name`
  1. Access to sample webpart. To access the samples use the following command, where you replace sample-folder-name with the name of the sample you want to access.
cd webparts
cd sample-folder-name
  1. Install the packages Now run the following command to install the npm packages:
npm install

This will install the required npm packages and dependencies to build and run the client-side project.

  1. Run then webpart Once the npm packages are installed, run the following command to preview your web parts in SharePoint Workbench:
gulp serve

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.

Author(s) & Contributor(s)

Repository Author(s)
SPFx Juan Barba (M365 & SharePoint software engineer), @jbarbam)

Web parts included

Overview Web Part Description
Who is Who Who is Who With this web part, you can search users. This web part use MS Graph API to access users information and Fluent UI controls to show these user information.
Scroll Page Indicator Scroll Page Indicator This webpart represents scrollbar page indicator for SharePoint modern pages.The progress bar increases or decreases when user scrolling through the page.

Sharing is caring!