Skip to content

Commit

Permalink
rename composable demos and remove deprecated window scroller demo
Browse files Browse the repository at this point in the history
rename composable window scroller demo
  • Loading branch information
jenny-s51 committed Nov 22, 2023
1 parent 81bbef9 commit df60a59
Show file tree
Hide file tree
Showing 8 changed files with 111 additions and 378 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ import './VirtualGrid.example.css';
```js file="./Basic.tsx"
```

### Using composable table components

```js file="./UsingComposableTableComponents.tsx"
```

### Sortable

```js file="./Sortable.tsx"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,5 @@ import './WindowScroller.example.css';

### Window scroller

```js file="./WindowScroller.tsx"
```

### Using composable table components

```js file="UsingComposableTableComponentsDemo.tsx"
```js file="WindowScroller.tsx"
```
Loading

0 comments on commit df60a59

Please sign in to comment.