Skip to content

Commit 1ddf8a1

Browse files
committed
Reorganize examples
1 parent c3f6805 commit 1ddf8a1

26 files changed

+550
-633
lines changed

react/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Open in [CodeSandbox](https://codesandbox.io/p/sandbox/github/gridstack/gridstac
1212
- [x] Remove Widget
1313
- [x] Copy(Duplicate) Widget
1414
- [x] Custom handle
15-
- [ ] Drag between two grid stacks
15+
- [x] Drag between two grid stacks
1616

1717
Welcome to give any suggestions and ideas, you can submit an issue or contact me by email. :)
1818

@@ -164,6 +164,8 @@ Render GridStack root container component.
164164

165165
```typescript
166166
type GridStackRenderProps = {
167+
renderRawContent?: boolean;
168+
167169
children: React.ReactNode;
168170
};
169171
```

react/lib/grid-stack-context.ts

Lines changed: 0 additions & 35 deletions
This file was deleted.

react/lib/grid-stack-provider.tsx

Lines changed: 0 additions & 113 deletions
This file was deleted.

react/lib/grid-stack-render-context.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

react/lib/grid-stack-render-provider.tsx

Lines changed: 0 additions & 87 deletions
This file was deleted.

react/lib/grid-stack-render.tsx

Lines changed: 0 additions & 69 deletions
This file was deleted.

react/lib/grid-stack-widget-context.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

react/lib/index.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)