Skip to content

Use gifs from resources-frontend #160

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

Merged
merged 1 commit into from
Feb 8, 2021
Merged
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
@@ -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="/packages/core/demo.gif?raw=true" width="288" />
<img src="https://grid.kenshoo.com/resources-frontend/latest/react-tree/core/demo.gif" 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="/packages/material_tree/demo.gif?raw=true" width="288" />
<img src="https://grid.kenshoo.com/resources-frontend/latest/react-tree/material/demo.gif" width="288" />
</p>

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


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

### Installation
Binary file removed packages/core/demo.gif
Binary file not shown.
3 changes: 1 addition & 2 deletions packages/material_tree/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
tests
node_modules
cc-test-reporter
demo.gif
cc-test-reporter
2 changes: 1 addition & 1 deletion packages/material_tree/README.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ 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="demo.gif?raw=true" width="288" />
<img src="https://grid.kenshoo.com/resources-frontend/latest/react-tree/material/demo.gif" width="288" />
</p>

### Installation
Binary file removed packages/material_tree/demo.gif
Binary file not shown.