Forum Discussion

JasonYeung's avatar
JasonYeung
Brass Contributor
Nov 05, 2022
Solved

Adding web parts to SharePoint sites

Hi,   I'm a bit new to SharePoint development and am trying to create a new page. I can add new web parts and below is a sample of ones that I can add:   A co-worker has a different page an...
  • ganeshsanap's avatar
    Nov 05, 2022

    JasonYeung You have below options:

    1. Develop your own custom web parts using SharePoint framework (SPFx), documentation: SPFx Overview 
    2. Get free web parts developed by community members and made available for free. You can use them as it is if it fits your requirements or download the code and enhance it as per your requirements. Check samples at: sp-dev-fx-webparts samples 
    3. Add apps from the SharePoint Store - This can be free or paid third party apps made available via SharePoint store
    4. If you don't have inhouse developers who can work on SPFx development, you can hire freelancer or full-time developer employees.

    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

Resources