xofy
v0.0.0
Published
A component that simply displays a number, then the word "of", then another number. The purpose of this would be to display the current index of an array that you are navigating through.
Downloads
12
Readme
xofy (demo)
A component that simply displays a number, then the word "of", then another number. The purpose of this would be to display the current index of an array that you are navigating through.
Installation
yarn add @sveltejs/xofy
Usage
<script>
import xofy from '@sveltejs/xofy';
</script>
<xofy />