File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import { BadgeInputExample } from "@/registry/new-york/blocks/badge-input/exampl
1414import { RangeInputExample } from "@/registry/new-york/blocks/range-input/example" ;
1515import { FilePickerExample } from "@/registry/new-york/blocks/file-picker/example" ;
1616import { FormFieldExample } from "@/registry/new-york/blocks/form-field/example" ;
17+ import { RestTableExample } from "@/registry/new-york/blocks/rest-table/example" ;
1718
1819export 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 ) ;
You can’t perform that action at this time.
0 commit comments