width / 3 }} on:swipeStart={onSwipeStart} on:swipeMove={onSwipeMove} on:swipeEnd={onSwipeEnd} on:swipeFailed={reset} >
{#if swiping}
{/if}
{#if swiping}
{/if}
{#if arrows}
dispatch("swiped", Direction.Backward)} />
dispatch("swiped", Direction.Forward)} />
{/if}