Welcome to the SharePoint SPFx Controls repository! This collection offers a set of reusable SharePoint Framework (SPFx) controls designed to enhance your SharePoint solutions. Each control is encapsulated in its own folder, containing all necessary files and code for seamless integration into your SPFx projects.
- CustomWebMap: Integrate a custom web map into your SharePoint site, providing interactive mapping capabilities.
- OpenLastModified: Quickly access and open the most recently modified files in a SharePoint document library.
- RecentNotebookViewer: Display the latest OneNote notebook created within a SharePoint folder.
- TinyURL: Generate shortened URLs for SharePoint pages and documents, simplifying link sharing with compact URLs.
To utilize these controls in your SharePoint projects:
-
Clone or Download the Repository:
- Clone the repository using:
git clone https://github.com./summitbaj/SharepointSPFX.git
- Alternatively, download the repository as a ZIP file and extract its contents.
- Clone the repository using:
-
Explore Individual Control Folders:
- Navigate to the specific control's folder to access its implementation.
- Each folder contains the necessary files and code to integrate the control into your SPFx project.
-
Integrate into Your SPFx Project:
- Copy the relevant files from the control's folder into your SPFx project's directory.
- Follow the provided instructions within each control's folder for integration steps.
Contributions are welcome! To add a new control or improve existing ones:
-
Fork the Repository:
- Click the "Fork" button at the top right of this page to create your own copy of the repository.
-
Add or Modify Controls:
- Create a new folder for your control or modify existing ones.
- Ensure each control is self-contained with clear instructions for integration.
-
Submit a Pull Request:
- Once your changes are ready, submit a pull request detailing your modifications.
Please ensure that your contributions do not contain any sensitive information and that you have the rights to share the content.
This project is licensed under the MIT License.
Note: This repository is a fork of summitbaj-zz/SharepointSPFX. For the original project and additional resources, please refer to the upstream repository.