Customizing Cloudify Console
Get the latest docs.
You are looking at documentation for an older release. Not what you want? Use the version selector on the top banner or click here.
Creating Custom Widgets
Cloudify enables you to create your own widgets to help you to orchestrate your applications in the Cloud. Widget Development Methods Language We write our widgets in JavaScript. They can be created using: ReactJS is the recommended method and requires a build operation. You must use the build system described in Building section. Code must be compatible with ReactJS v16.x. ES6 is supported in that method. Plain JavaScript enables you to attach an HTML template file.
Widget Components API Reference