Part 1 — Modal window [What is it?]
In this part, we will create a basic application with modal window. We will use the modal window as an information board.
The modal window in Supervisely appears after clicking on the launch button of the application. It can be used for at least two things:
to inform the user
to enter arguments
Table of Contents
Step 1 — HTML file
We use HTML to create the UI.
Here's our modal window:
src/modal.html
Simple. Isn't? Now let's add it to our config file:
config.json
Step 2 — Results
Last updated