Ecosyste.ms: Awesome
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: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dylanblokhuis/svelte-loading-skeleton
- Owner: dylanblokhuis
- License: mit
- Created: 2019-06-11T20:47:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T14:53:01.000Z (about 2 years ago)
- Last Synced: 2024-08-08T15:17:53.515Z (6 months ago)
- Topics: card, loading, skeleton, svelte
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/svelte-loading-skeleton
- Size: 458 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```htmlimport { Skeleton } from 'svelte-loading-skeleton';
```