svelte-kit-nav
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

simple svelte kit nav function

<script lang=ts>
  import nav from "svelte-kit-nav";
  // nav(to: string):void
</script>

<button
  on:click={() => {
    nav("/other-url/");
  }}
></button>

Readme

Keywords

none

Package Sidebar

Install

npm i svelte-kit-nav

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

772 B

Total Files

6

Last publish

Collaborators

  • codingtubareal