Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/calvo-jp/svelte-animated-counter
- Owner: calvo-jp
- License: mit
- Created: 2024-03-25T11:44:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T07:54:25.000Z (3 months ago)
- Last Synced: 2024-10-25T00:12:21.475Z (3 months ago)
- Language: Svelte
- Homepage: https://svelte-animated-counter-demo.vercel.app
- Size: 696 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)