Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize demo gifs and remove from npm #159

Merged
merged 1 commit into from
Feb 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Two optional themes are supported when using React Tree:
Includes all the logic, based on @emotion/core - [README](https://github.com/kenshoo/react-tree/blob/master/packages/core/README.md)

<p align="center">
<img src="core-tree-demo.gif?raw=true" width="288" />
<img src="/packages/core/demo.gif?raw=true" width="288" />
</p>

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

<p align="center">
<img src="react-tree-demo.gif?raw=true" width="288" />
<img src="/packages/material_tree/demo.gif?raw=true" width="288" />
</p>

Both options support component customization. <br/>
Expand Down
3 changes: 2 additions & 1 deletion packages/core/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tests
node_modules
cc-test-reporter
cc-test-reporter
demo.gif
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Examples can be found - [here](https://github.com/kenshoo/react-tree/blob/master


<p align="center">
<img src="core-tree-demo.gif?raw=true" width="288" />
<img src="demo.gif?raw=true" width="288" />
</p>

### Installation
Expand Down
Binary file removed packages/core/core-tree-demo.gif
Binary file not shown.
File renamed without changes
3 changes: 2 additions & 1 deletion packages/material_tree/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tests
node_modules
cc-test-reporter
cc-test-reporter
demo.gif
4 changes: 2 additions & 2 deletions packages/material_tree/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ a user to display and manage a hierarchical structure of items using <b>Material
Examples can be found - [here](https://github.com/kenshoo/react-tree/blob/master/packages/docs/stories/core.stories.js)

<p align="center">
<img src="react-tree-demo.gif?raw=true" width="288" />
<img src="demo.gif?raw=true" width="288" />
</p>

### Installation
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>.
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>.

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

Expand Down
Binary file removed react-tree-demo.gif
Binary file not shown.