Skip to content

Commit

Permalink
fix stackblitz links
Browse files Browse the repository at this point in the history
  • Loading branch information
xkam committed Jul 5, 2022
1 parent 0fef7ce commit e26d54a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function App(){
ReactDOM.render(<App />, document.getElementById("app"));
```

[Live example](https://react.activewidgets.com/hello-world/) | [Source on github](https://github.com/activewidgets/react/tree/master/examples/hello-world) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/react/tree/master/examples/hello-world?file=src/index.jsx)
[Live example](https://react.activewidgets.com/hello-world/) | [Source on github](https://github.com/activewidgets/react/tree/master/examples/hello-world) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/react/tree/master/examples/hello-world?file=src/index.js)

## CDN links

Expand Down Expand Up @@ -108,7 +108,7 @@ function App(){
}
```

[Live example](https://react.activewidgets.com/columns/) | [Source on github](https://github.com/activewidgets/react/tree/master/examples/columns) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/react/tree/master/examples/columns?file=src/index.jsx)
[Live example](https://react.activewidgets.com/columns/) | [Source on github](https://github.com/activewidgets/react/tree/master/examples/columns) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/react/tree/master/examples/columns?file=src/index.js)


## User events
Expand All @@ -126,7 +126,7 @@ function App(){
}
```

[Live example](https://react.activewidgets.com/events/) | [Source on github](https://github.com/activewidgets/react/tree/master/examples/events) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/react/tree/master/examples/events?file=src/index.jsx)
[Live example](https://react.activewidgets.com/events/) | [Source on github](https://github.com/activewidgets/react/tree/master/examples/events) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/react/tree/master/examples/events?file=src/index.js)

## More info

Expand Down
2 changes: 1 addition & 1 deletion examples/columns/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

[Open fullscreen](https://react.activewidgets.com/columns/) | [Source on github](https://github.com/activewidgets/react/tree/master/examples/columns) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/react/tree/master/examples/columns?file=src/index.jsx)
[Open fullscreen](https://react.activewidgets.com/columns/) | [Source on github](https://github.com/activewidgets/react/tree/master/examples/columns) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/react/tree/master/examples/columns?file=src/index.js)

This example shows how to configure datagrid columns:

Expand Down
2 changes: 1 addition & 1 deletion examples/demo/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

[Open fullscreen](https://react.activewidgets.com/demo/) | [Source on github](https://github.com/activewidgets/react/tree/master/examples/demo) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/react/tree/master/examples/demo?file=src/index.jsx)
[Open fullscreen](https://react.activewidgets.com/demo/) | [Source on github](https://github.com/activewidgets/react/tree/master/examples/demo) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/react/tree/master/examples/demo?file=src/index.js)

This is a simple demo showing some of the features of ActiveWidgets/React datagrid -

Expand Down
2 changes: 1 addition & 1 deletion examples/events/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

[Open fullscreen](https://react.activewidgets.com/events/) | [Source on github](https://github.com/activewidgets/react/tree/master/examples/events) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/react/tree/master/examples/events?file=src/index.jsx)
[Open fullscreen](https://react.activewidgets.com/events/) | [Source on github](https://github.com/activewidgets/react/tree/master/examples/events) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/react/tree/master/examples/events?file=src/index.js)

The datagrid emits composite [mouse](https://activewidgets.com/api/datagrid/mouse-event/) event
which makes it easier to find the elements affected by the user action -
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

[Open fullscreen](https://react.activewidgets.com/hello-world/) | [Source on github](https://github.com/activewidgets/react/tree/master/examples/hello-world) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/react/tree/master/examples/hello-world?file=src/index.jsx)
[Open fullscreen](https://react.activewidgets.com/hello-world/) | [Source on github](https://github.com/activewidgets/react/tree/master/examples/hello-world) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/react/tree/master/examples/hello-world?file=src/index.js)

This is a small example to get started with ActiveWidgets datagrid.

Expand Down
2 changes: 1 addition & 1 deletion examples/performance/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

[Open fullscreen](https://react.activewidgets.com/performance/) | [Source on github](https://github.com/activewidgets/react/tree/master/examples/performance) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/react/tree/master/examples/performance?file=src/index.jsx)
[Open fullscreen](https://react.activewidgets.com/performance/) | [Source on github](https://github.com/activewidgets/react/tree/master/examples/performance) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/react/tree/master/examples/performance?file=src/index.js)

This example shows virtualized scrolling + lazy loading performance (load as you scroll).

Expand Down

0 comments on commit e26d54a

Please sign in to comment.