Skip to content

Commit 042b7fc

Browse files
committed
chore(samples): renamed samples to be used as shared files in docs
1 parent 50c41eb commit 042b7fc

24 files changed

Lines changed: 365 additions & 822 deletions

File tree

samples/grids/hierarchical-grid/keyboard-custom-navigation-hgrid/.eslintrc.js renamed to samples/grids/hierarchical-grid/keyboard-custom-navigation/.eslintrc.js

File renamed without changes.

samples/grids/hierarchical-grid/keyboard-custom-navigation-hgrid/ReadMe.md renamed to samples/grids/hierarchical-grid/keyboard-custom-navigation/ReadMe.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- NOTE: do not change this file because it's auto re-generated from template: -->
22
<!-- https://github.com/IgniteUI/igniteui-react-examples/tree/vnext/templates/sample/ReadMe.md -->
33

4-
This folder contains implementation of React application with example of Keyboard Custom Navigation feature using [Grid](https://www.infragistics.com/products/ignite-ui-react/react/components/general-getting-started.html) component.
4+
This folder contains implementation of React application with example of Keyboard Custom Navigation feature using [Hierarchical Grid](https://www.infragistics.com/products/ignite-ui-react/react/components/general-getting-started.html) component.
55

66

77
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
@@ -12,10 +12,10 @@ This folder contains implementation of React application with example of Keyboar
1212
<a target="_blank" href="./src/index.tsx" rel="noopener noreferrer">
1313
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="View Code" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-code.png"/>
1414
</a>
15-
<a target="_blank" href="https://www.infragistics.com/react-demos/samples/grids/grid/keyboard-custom-navigation" rel="noopener noreferrer">
15+
<a target="_blank" href="https://www.infragistics.com/react-demos/samples/grids/hierarchical-grid/keyboard-custom-navigation" rel="noopener noreferrer">
1616
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-run.png"/>
1717
</a>
18-
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-react-examples/tree/master/samples/grids/grid/keyboard-custom-navigation?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/index.tsx" rel="noopener noreferrer">
18+
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-react-examples/tree/master/samples/grids/hierarchical-grid/keyboard-custom-navigation?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/index.tsx" rel="noopener noreferrer">
1919
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-sandbox.png"/>
2020
</a>
2121
</body>
@@ -34,7 +34,7 @@ Follow these instructions to run this example:
3434
git clone https://github.com/IgniteUI/igniteui-react-examples.git
3535
git checkout master
3636
cd ./igniteui-react-examples
37-
cd ./samples/grids/grid/keyboard-custom-navigation
37+
cd ./samples/grids/hierarchical-grid/keyboard-custom-navigation
3838
```
3939

4040
open above folder in VS Code or type:

samples/grids/hierarchical-grid/keyboard-custom-navigation-hgrid/package.json renamed to samples/grids/hierarchical-grid/keyboard-custom-navigation/package.json

File renamed without changes.

samples/grids/hierarchical-grid/keyboard-custom-navigation-hgrid/public/index.html renamed to samples/grids/hierarchical-grid/keyboard-custom-navigation/public/index.html

File renamed without changes.

samples/grids/hierarchical-grid/keyboard-custom-navigation-hgrid/sandbox.config.json renamed to samples/grids/hierarchical-grid/keyboard-custom-navigation/sandbox.config.json

File renamed without changes.

samples/grids/hierarchical-grid/keyboard-custom-navigation-hgrid/src/NwindData.json renamed to samples/grids/hierarchical-grid/keyboard-custom-navigation/src/NwindData.json

File renamed without changes.

samples/grids/hierarchical-grid/keyboard-custom-navigation-hgrid/src/SingersData.json renamed to samples/grids/hierarchical-grid/keyboard-custom-navigation/src/SingersData.json

File renamed without changes.

samples/grids/hierarchical-grid/keyboard-custom-navigation-hgrid/src/index.css renamed to samples/grids/hierarchical-grid/keyboard-custom-navigation/src/index.css

File renamed without changes.

samples/grids/hierarchical-grid/keyboard-custom-navigation-hgrid/src/index.tsx renamed to samples/grids/hierarchical-grid/keyboard-custom-navigation/src/index.tsx

File renamed without changes.

samples/grids/hierarchical-grid/keyboard-custom-navigation-hgrid/src/react-app-env.d.ts renamed to samples/grids/hierarchical-grid/keyboard-custom-navigation/src/react-app-env.d.ts

File renamed without changes.

0 commit comments

Comments
 (0)