Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dylanblokhuis/svelte-loading-skeleton


https://github.com/dylanblokhuis/svelte-loading-skeleton

card loading skeleton svelte

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Svelte loading skeleton

_Also want to make svelte components? use the [svelte-component-template](https://github.com/YogliB/svelte-component-template)!_

---

Customizable loading skeleton for Svelte

## Installing
```yarn add svelte-loading-skeleton```

## Usage
```html

import { Skeleton } from 'svelte-loading-skeleton';

```