chore: add field component from shadcn to ui-common

This commit is contained in:
ghost2023
2026-05-22 10:45:13 +03:00
parent 74333e5e42
commit 9fbe27e634
3 changed files with 276 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
export { Table } from "./components/table";
export { Table } from "./components/table";
export type { TableProps, TableColumn } from "./components/Table/Table";
export { FormField } from "./components/Form";
@@ -30,3 +30,4 @@ export * from "./components/dropdown-menu";
export * from "./components/data-table";
export * from "./components/dialog";
export * from "./components/SmartFileInput";
export * from "./components/field";