@@ -13,7 +13,7 @@ Features:
1313* use light/dark themes or customize easily,
1414* compatible with modern browsers and mobile devices,
1515* the definition is stored as JSON,
16- * supports [ React] ( ./react/ ) and [ Angular ] ( ./angular/designer / ) .
16+ * supports [ Angular ] ( ./angular/designer/ ) , [ React] ( ./react/ ) and [ Svelte ] ( ./svelte / ) .
1717
1818📝 Check the [ documentation] ( https://nocode-js.com/docs/category/sequential-workflow-designer ) for more details.
1919
@@ -33,8 +33,9 @@ Features:
3333* [ 📜 Scrollable Page] ( https://nocode-js.github.io/sequential-workflow-designer/examples/scrollable-page.html )
3434* [ 🌵 Multi-Conditional Switch] ( https://nocode-js.github.io/sequential-workflow-designer/examples/multi-conditional-switch.html )
3535* [ 🌀 Auto-Select] ( https://nocode-js.github.io/sequential-workflow-designer/examples/auto-select.html )
36- * [ React Demo] ( https://nocode-js.github.io/sequential-workflow-designer/react-app/ )
3736* [ Angular Demo] ( https://nocode-js.github.io/sequential-workflow-designer/angular-app/ )
37+ * [ React Demo] ( https://nocode-js.github.io/sequential-workflow-designer/react-app/ )
38+ * [ Svelte Demo] ( https://nocode-js.github.io/sequential-workflow-designer/svelte-app/ )
3839
3940Pro:
4041
@@ -95,10 +96,10 @@ Add the below code to your head section in HTML document.
9596``` html
9697<head >
9798...
98- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.16.5 /css/designer.css" rel =" stylesheet" >
99- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.16.5 /css/designer-light.css" rel =" stylesheet" >
100- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.16.5 /css/designer-dark.css" rel =" stylesheet" >
101- <script src =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.16.5 /dist/index.umd.js" ></script >
99+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.16.6 /css/designer.css" rel =" stylesheet" >
100+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.16.6 /css/designer-light.css" rel =" stylesheet" >
101+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.16.6 /css/designer-dark.css" rel =" stylesheet" >
102+ <script src =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.16.6 /dist/index.umd.js" ></script >
102103```
103104
104105Call the designer by:
0 commit comments