Skip to content

Commit 4a411a8

Browse files
committed
v1.5 styling 90%
1 parent ad557b6 commit 4a411a8

File tree

3 files changed

+823
-19
lines changed

3 files changed

+823
-19
lines changed

apps/react/tables/libraries/AgGrid/marketing-spend-demo/components/document/document-canvas.tsx

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,17 @@
22

33
import Header from '@/components/header/header'
44
import Sidebar from '@/components/sidebar/sidebar'
5+
import { TableComponent } from './table-component'
56

67
export default function DocumentCanvas() {
78
return (
89
<div className="flex flex-col w-full h-full">
910
<Header />
1011
<div className="flex flex-1 overflow-hidden">
1112
<Sidebar />
12-
<div className="flex-1 p-4">
13-
<div className="w-full h-full border rounded-lg bg-card p-4">
14-
<h2 className="text-2xl font-bold mb-4">marketing-spend-demo</h2>
15-
<p className="text-muted-foreground mb-2">
16-
<strong>Framework:</strong> react
17-
</p>
18-
<p className="text-muted-foreground mb-2">
19-
<strong>Document:</strong> tables
20-
</p>
21-
<p className="text-muted-foreground mb-2">
22-
<strong>Implementation:</strong> libraries
23-
</p>
24-
<p className="text-muted-foreground mb-2">
25-
<strong>Library/Solution:</strong> AgGrid
26-
</p>
27-
<div className="mt-8 p-4 border rounded">
28-
<p>Start building your AgGrid integration here!</p>
29-
</div>
13+
<div className="flex-1 overflow-auto">
14+
<div className="flex items-center justify-center min-h-full p-8">
15+
<TableComponent />
3016
</div>
3117
</div>
3218
</div>

0 commit comments

Comments
 (0)