Skip to content

Commit 8887963

Browse files
CopilotTechQuery
andcommitted
Add RestTable example to main page
Co-authored-by: TechQuery <[email protected]>
1 parent 191c2c9 commit 8887963

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/page.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { BadgeInputExample } from "@/registry/new-york/blocks/badge-input/exampl
1414
import { RangeInputExample } from "@/registry/new-york/blocks/range-input/example";
1515
import { FilePickerExample } from "@/registry/new-york/blocks/file-picker/example";
1616
import { FormFieldExample } from "@/registry/new-york/blocks/form-field/example";
17+
import { RestTableExample } from "@/registry/new-york/blocks/rest-table/example";
1718

1819
export default function Home() {
1920
return (
@@ -130,6 +131,14 @@ export default function Home() {
130131
>
131132
<FormFieldExample />
132133
</ComponentCard>
134+
135+
<ComponentCard
136+
name="rest-table"
137+
description="A comprehensive pagination table component for CRUD operations with MobX RESTful integration."
138+
minHeight="min-h-[600px]"
139+
>
140+
<RestTableExample />
141+
</ComponentCard>
133142
</main>
134143
</div>
135144
);

0 commit comments

Comments
 (0)