Forum Discussion
JasonYeung
Nov 05, 2022Brass Contributor
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...
- Nov 05, 2022
JasonYeung You have below options:
- Develop your own custom web parts using SharePoint framework (SPFx), documentation: SPFx Overview
- 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
- Add apps from the SharePoint Store - This can be free or paid third party apps made available via SharePoint store
- 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.
ganeshsanap
Nov 05, 2022MVP
JasonYeung You have below options:
- Develop your own custom web parts using SharePoint framework (SPFx), documentation: SPFx Overview
- 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
- Add apps from the SharePoint Store - This can be free or paid third party apps made available via SharePoint store
- 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.
ajdm73
Jul 24, 2024Copper Contributor
Hello!
Thanks for your reply.
I'm interested in using some webparts from the Start Kit V3 on my current site, so I'm worried that installing it will affect my current website.
So, I'm wondering if you happen to know where can I get more information about this customization.
Thank you in advance,