spfx-acs-ui-extension

Summary

Sample SPFx extension to reproduce the error in Control Buttons of ACS UI Library.

ControlButtonError

Used SharePoint Framework Version

version

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Minimal Path to Awesome

For debugging and running locally:

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve --nobrowser
  • Open your SharePoint developer site and append the provided query string parameters from the command output

For running the final packaged version.

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp bundle --ship
    • gulp package-solution --ship
  • Upload the .sppkg app package file to the SharePoint App Catalog
  • Install the app to a SharePoint Site and go to any SharePoint page within that site

Solution

Solution Author(s)
acsui-web-part-client-side-solution Aakash Bhardwaj

Version history

Version Date Comments
1.0 January 14, 2022 Initial release

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.


References