Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/calvo-jp/svelte-animated-counter

Counter component for svelte 5
https://github.com/calvo-jp/svelte-animated-counter

Last synced: about 2 months ago
JSON representation

Counter component for svelte 5

Awesome Lists containing this project

README

        

# Svelte Animated Counter

A simple animated counter component for Svelte 5.

## Installation

```bash
npm install svelte-animated-counter
```

## Usage

```svelte

{#snippet children(o)}
{#if o.type === 'item'}

{:else}

{/if}
{/snippet}

```

View demo [here](https://svelte-animated-counter-demo.vercel.app/)