Skip to content

Commit c95c298

Browse files
authored
Standardize demo gifs and remove from npm (#159)
1 parent 75ba735 commit c95c298

File tree

9 files changed

+9
-7
lines changed

9 files changed

+9
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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="core-tree-demo.gif?raw=true" width="288" />
15+
<img src="/packages/core/demo.gif?raw=true" 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="react-tree-demo.gif?raw=true" width="288" />
22+
<img src="/packages/material_tree/demo.gif?raw=true" width="288" />
2323
</p>
2424

2525
Both options support component customization. <br/>

packages/core/.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
tests
22
node_modules
3-
cc-test-reporter
3+
cc-test-reporter
4+
demo.gif

packages/core/README.md

Lines changed: 1 addition & 1 deletion
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="core-tree-demo.gif?raw=true" width="288" />
12+
<img src="demo.gif?raw=true" width="288" />
1313
</p>
1414

1515
### Installation

packages/core/core-tree-demo.gif

-360 KB
Binary file not shown.
File renamed without changes.

packages/material_tree/.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
tests
22
node_modules
3-
cc-test-reporter
3+
cc-test-reporter
4+
demo.gif

packages/material_tree/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ 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="react-tree-demo.gif?raw=true" width="288" />
11+
<img src="demo.gif?raw=true" width="288" />
1212
</p>
1313

1414
### Installation
15-
Since Material Rree is based on React Tree< logic, you need to install both <b>@kenshooui/react-tree</b> and <b>@kenshooui/material-tree</b>.
15+
Since Material Tree is based on React Tree< logic, you need to install both <b>@kenshooui/react-tree</b> and <b>@kenshooui/material-tree</b>.
1616

1717
Dependencies to <b>@material-ui/core</b> and <b>@material-ui/icons</b> are needed only if they don't exist in your project.
1818

File renamed without changes.

react-tree-demo.gif

-406 KB
Binary file not shown.

0 commit comments

Comments
 (0)