Skip to content

Commit 40e4ca6

Browse files
authored
Use gifs from resources-frontend (#160)
1 parent e7a86a9 commit 40e4ca6

File tree

7 files changed

+6
-8
lines changed

7 files changed

+6
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Two optional themes are supported when using React Tree:
1212
Includes all the logic, based on @emotion/core - [README](https://github.com/kenshoo/react-tree/blob/master/packages/core/README.md)
1313

1414
<p align="center">
15-
<img src="/packages/core/demo.gif?raw=true" width="288" />
15+
<img src="https://grid.kenshoo.com/resources-frontend/latest/react-tree/core/demo.gif" width="288"/>
1616
</p>
1717

1818
#### Material tree
1919
Based on the basic tree logic, using Material-UI components - [README](https://github.com/kenshoo/react-tree/blob/master/packages/material_tree/README.md)
2020

2121
<p align="center">
22-
<img src="/packages/material_tree/demo.gif?raw=true" width="288" />
22+
<img src="https://grid.kenshoo.com/resources-frontend/latest/react-tree/material/demo.gif" width="288" />
2323
</p>
2424

2525
Both options support component customization. <br/>

packages/core/.npmignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
tests
22
node_modules
3-
cc-test-reporter
4-
demo.gif
3+
cc-test-reporter

packages/core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Examples can be found - [here](https://github.com/kenshoo/react-tree/blob/master
99

1010

1111
<p align="center">
12-
<img src="demo.gif?raw=true" width="288" />
12+
<img src="https://grid.kenshoo.com/resources-frontend/latest/react-tree/core/demo.gif" width="288" />
1313
</p>
1414

1515
### Installation

packages/core/demo.gif

-360 KB
Binary file not shown.

packages/material_tree/.npmignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
tests
22
node_modules
3-
cc-test-reporter
4-
demo.gif
3+
cc-test-reporter

packages/material_tree/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ a user to display and manage a hierarchical structure of items using <b>Material
88
Examples can be found - [here](https://github.com/kenshoo/react-tree/blob/master/packages/docs/stories/core.stories.js)
99

1010
<p align="center">
11-
<img src="demo.gif?raw=true" width="288" />
11+
<img src="https://grid.kenshoo.com/resources-frontend/latest/react-tree/material/demo.gif" width="288" />
1212
</p>
1313

1414
### Installation

packages/material_tree/demo.gif

-406 KB
Binary file not shown.

0 commit comments

Comments
 (0)