Examples
Nodes
Stress Test

Stress Test

This example shows a flow with 450 nodes and edges.

<script lang="ts">
const data: string = "world";
</script>

<h1>Hello {data}</h1>

<style>
h1 {
  font-size: 1.5rem;
}
</style>
Read-only
Last updated on