File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,16 @@ id: svelte
3
3
title : Svelte
4
4
---
5
5
6
- A Svelte wrapper component for [ Grid.js] ( https://gridjs.io )
6
+ A [ Svelte wrapper] ( https://github.com/iamyuu/gridjs-svelte ) component for Grid.js.
7
7
8
8
## Installation
9
9
10
10
``` bash
11
11
npm install gridjs gridjs-svelte
12
12
```
13
13
14
+ [ GitHub] ( https://github.com/iamyuu/gridjs-svelte )
15
+
14
16
## Usage
15
17
16
18
> [ Try it out in the browser] ( https://svelte.dev/repl/9a066ccf55f54173bf5c6c8042142566 )
Original file line number Diff line number Diff line change 10
10
"deploy" : " docusaurus deploy"
11
11
},
12
12
"dependencies" : {
13
- "@docusaurus/core" : " ^2.0.0-alpha.69 " ,
13
+ "@docusaurus/core" : " ^2.0.0-alpha.70 " ,
14
14
"@docusaurus/preset-classic" : " ^2.0.0-alpha.70" ,
15
- "@docusaurus/theme-live-codeblock" : " ^2.0.0-alpha.69 " ,
15
+ "@docusaurus/theme-live-codeblock" : " ^2.0.0-alpha.70 " ,
16
16
"@emotion/css" : " ^11.1.3" ,
17
17
"chartist" : " ^0.11.4" ,
18
18
"classnames" : " ^2.2.6" ,
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ module.exports = {
32
32
'integrations/react' ,
33
33
'integrations/vue' ,
34
34
'integrations/angular' ,
35
+ 'integrations/svelte' ,
35
36
'integrations/jquery' ,
36
37
] ,
37
38
"🎮 Examples" : [ {
You can’t perform that action at this time.
0 commit comments