Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.14.1 source code.tar.gz | 2023-08-04 | 524.9 kB | |
0.14.1 source code.zip | 2023-08-04 | 662.4 kB | |
README.md | 2023-08-04 | 464 Bytes | |
Totals: 3 Items | 1.2 MB | 0 |
This version includes the ability to hide the context menu for Angular and React packages.
:::tsx
// React
<SequentialWorkflowDesigner contextMenu={false} ... />
:::html
<!-- Angular -->
<sqd-designer [contextMenu]="false" ...></sqd-designer>
🌟 The pro version introduces the loading badge. Check the badges example.