Skip to content

Commit

Permalink
added explanation to playground demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Feb 22, 2024
1 parent 4ce6415 commit f16d19a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demos/webpack-app/public/assets/playground.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ body {
#playground .title a:hover {
text-decoration: none;
}
#playground .explanation {
font-size: 9pt;
}
#playground h4 {
margin: 0;
padding: 10px 0;
Expand Down
6 changes: 6 additions & 0 deletions demos/webpack-app/public/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ <h2>🛠 Playground</h2>
<a href="https://github.com/nocode-js/sequential-workflow-editor" target="_blank">GitHub</a>
</div>

<p class="explanation">
This demo enables you to design a workflow and test it. After any change, the workflow is re-executed. Additionally, you can
adjust input values utilized in the workflow to observe how your algorithm operates with various data. Check the console to
view the execution logs.
</p>

<h4>Inputs</h4>
<div id="inputs" class="variables"></div>

Expand Down

0 comments on commit f16d19a

Please sign in to comment.