Skip to content

Commit f16d19a

Browse files
committed
added explanation to playground demo.
1 parent 4ce6415 commit f16d19a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

demos/webpack-app/public/assets/playground.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ body {
4646
#playground .title a:hover {
4747
text-decoration: none;
4848
}
49+
#playground .explanation {
50+
font-size: 9pt;
51+
}
4952
#playground h4 {
5053
margin: 0;
5154
padding: 10px 0;

demos/webpack-app/public/playground.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ <h2>🛠 Playground</h2>
1717
<a href="https://github.com/nocode-js/sequential-workflow-editor" target="_blank">GitHub</a>
1818
</div>
1919

20+
<p class="explanation">
21+
This demo enables you to design a workflow and test it. After any change, the workflow is re-executed. Additionally, you can
22+
adjust input values utilized in the workflow to observe how your algorithm operates with various data. Check the console to
23+
view the execution logs.
24+
</p>
25+
2026
<h4>Inputs</h4>
2127
<div id="inputs" class="variables"></div>
2228

0 commit comments

Comments
 (0)