Add REPL
This commit is contained in:
@@ -15,7 +15,8 @@ The awesome carousel component for Svelte 3
|
|||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
https://vadimkorr.github.io/svelte-carousel
|
https://vadimkorr.github.io/svelte-carousel \
|
||||||
|
[REPL](https://svelte.dev/repl/f503a458832f4a358d9ec00f88945ff5)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -13,11 +13,14 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
const links = [{
|
const links = [{
|
||||||
title: 'github',
|
title: 'GitHub',
|
||||||
url: 'https://github.com/vadimkorr/svelte-carousel'
|
url: 'https://github.com/vadimkorr/svelte-carousel'
|
||||||
}, {
|
}, {
|
||||||
title: 'npm',
|
title: 'NPM',
|
||||||
url: 'https://www.npmjs.com/package/svelte-carousel'
|
url: 'https://www.npmjs.com/package/svelte-carousel'
|
||||||
|
}, {
|
||||||
|
title: 'REPL',
|
||||||
|
url: 'https://svelte.dev/repl/f503a458832f4a358d9ec00f88945ff5'
|
||||||
}]
|
}]
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user