Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.49 KB

File metadata and controls

33 lines (22 loc) · 1.49 KB

SAP Custom Widget: Sweet Notification

SAC Custom Widget for beautiful and material design notification for application

preview

Installation

To use this widget in your SAP application, follow these steps:

  • Download the SweetNotification.json file from the URLs specified in the webcomponents property of the JSON.
  • Go to your SAC Portal, select Analytic Application from the left side bar, and then go to the Custom Widget tab.
  • Click on the + icon on the right side and select the SweetNotification.json file that you downloaded.
  • You're done! You can now use it in your app.

Methods

The widget has the following methods:

Set Methods

Method Parameter Type Description
showSuccess(success) string Success Notification
showError(error) string Error Notification
showInfo(info) string Info Notification
showWarning(warning) string Warning Notification

About

This widget is developed by Rohit Chouhan