UX components in SharePoint and SharePoint Online
Use provider-hosted SharePoint Add-ins to control user experience (UX) components in SharePoint and SharePoint Online.
Article | Shows you how to... |
---|---|
Customize the UX by using SharePoint provider-hosted add-ins | Use provider-hosted add-ins that create and modify SharePoint pages, layouts, and other SharePoint artifacts and that customize the user experience on host sites. |
Create UX controls by using SharePoint provider-hosted add-ins | Use JavaScript and the client object model (CSOM) to create UX controls for display in provider-hosted add-ins that interact with host sites. The examples include taxonomy picker, taxonomy menu, and people picker controls. |
Improve performance in SharePoint provider-hosted add-ins | Use HTML5 and HTTP cookies to cache data and reduce the number of calls to SharePoint services. |
See also
- Office Web Widgets - Experimental overview
- Add a custom ribbon to your SharePoint site
- Composite business add-ins for SharePoint and SharePoint Online
- SharePoint Developer Community (SharePoint PnP) resources
- Office 365 Developer Patterns and Practices on GitHub
- Branding and site provisioning solutions for SharePoint