SharePoint Framework Application Customizer that injects a button to the command bar which shows all the lists in the site and have the ability to quickly create an item by showing the NewForm.aspx inside a panel. Inspired by Quick Create functionality by popular CRMs.
Get your own free development tenant by subscribing to Microsoft 365 developer program
Version | Date | Comments |
---|---|---|
1.0 | October 29, 2024 | Initial release |
- Clone this repository (or download this solution as a .ZIP file then unzip it)
- in the command line run:
npm install
gulp serve
- In a web browser
- Choose Load Debug Scripts when prompted
This extension illustrates the following concepts:
- React functional components & hooks
- PnPjs usage in the solution
- Fluent UI React CommandButton and Panel components
- Styling components using
module.scss
andstyles.ts
Here's a debug URL for testing around this sample.
?debugManifestsFile=https://localhost:4321/temp/manifests.js&loadSPFX=true&customActions={"029cc025-df6a-415b-9a05-988e1710992b":{"location":"ClientSideExtension.ApplicationCustomizer"}}
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.
We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.
You can try looking at issues related to this sample to see if anybody else is having the same issues.
You can also try looking at discussions related to this sample and see what the community is saying.
If you encounter any issues while using this sample, create a new issue.
For questions regarding this sample, create a new question.
Finally, if you have an idea for improvement, make a suggestion.