Using the UniteGallery jQuery plugin which is the responsive slider and carousel plugin in SharePoint Framework Webpart.
React Webpart
SPFx – Application Insights Dashboard
This webpart displays different statistics data captured in the Azure Application Insights in a graphical representation. Filters are provided to search for certain period of days. There are few Application Customizer which can be activated in SharePoint Online to track page view, performance etc., to Azure Application Insights, but the data can be viewed only by the administrator who is in-charge of Azure portal. Not all the users will have access to this data, this webpart will provide access to those data that can be used by the portal administrators and developers to keep track of the page performance and hits. Fetched insights data using Application Insights API.
SPFx – Field Attachment Info
Introduction This is a list field customizer developed using SharePoint Framework extension. It will display the attachment related information for a list item. It focus on the default attachment field which will display only an icon, but this customizer will display the info of the attachments list which will help the business users to access … Continue reading SPFx – Field Attachment Info
SPFx – Quick Poll
Introduction This component is developed as a SharePoint Framework web-part to create poll, capture response from the user's and to display the results in a graphical view. This quick poll is very easy to maintain and quick to set up. The list 'QuickPoll' which captures all the question and responses will be created automatically. Features … Continue reading SPFx – Quick Poll