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

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


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

card loading skeleton svelte

Last synced: about 14 hours 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';

```