0.2.3 • Published 2 years ago

svelte-scroll-observe v0.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago
<script lang="ts">
  import { Focus, Pager } from 'svelte-scroll-observe'

  let focus = ''
</script>
<Focus id="info" bind:value="{focus}">
  <p>Hello Information</p>
</Focus>
<Focus id="info" bind:value="{focus}">
  <p>Hello Information</p>
</Focus>

<Pager chunk="{10}" bind:page="{at_page}" bind:focus="{hash}" id={(item)=>item.id} bind:list let:item="{item}">
  <div id="{item.id}">{item.name}</div>
</Pager>
0.2.1

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

0.2.0

2 years ago

0.1.8

2 years ago

0.1.9

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago