Examples
Note: Some of the examples mentioned here are deployed with Leap. To access them, modify the provided URLs to match your server hostname.
Full Example - Display Widget
- Navigation Header
- http://yourleapserver.example.com/apps/custom-widgets/samples/acme/Acme_Widgets.css
- http://yourleapserver.example.com/apps/custom-widgets/samples/acme/Acme_Common.js
- http://yourleapserver.example.com/apps/custom-widgets/samples/acme/Acme_PageNavHeader_Widget.js
- Notification Widget (at github.com)
Full Example - Data Widget
- Yes/No Widget
- http://yourleapserver.example.com/apps/custom-widgets/samples/acme/Acme_Widgets.css
- http://yourleapserver.example.com/apps/custom-widgets/samples/acme/Acme_Common.js
- http://yourleapserver.example.com/apps/custom-widgets/samples/acme/Acme_YesNo_Widget.js
- Scribble Signature Widget (at github.com)
Full Example - React Material UI Widgets
- MUI - Star Rating and Switch Widgets (at github.com)
Parent topic: Custom Widget API