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