Skip to content

Commit

Permalink
🔧 Updating description
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed May 17, 2024
1 parent 4edb063 commit 2ebd239
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
predefined event (in the proc macro), which currently are:
<code class="code">none</code>, <code class="code">next</code>, <code class="code">back</code>
and
<code class="code">close</code>.
<code class="code">close</code>. Events can do internal logic or switch to a certain view e.g.
using <code class="code">next</code> for going to the next View.
</p>

<h3 class="h3">Integration with Rust</h3>
Expand Down

0 comments on commit 2ebd239

Please sign in to comment.