chore: add dropdown and also updated tables to use dropdown instead

This commit is contained in:
ghost2023
2026-05-20 13:49:17 +03:00
parent 76dcc48a38
commit 0440206c06
10 changed files with 846 additions and 339 deletions

View File

@@ -23,6 +23,6 @@ export * from "./components/input";
export * from "./components/textarea";
export * from "./components/label";
export * from "./components/card";
export * from "./components/dropdown-menu";
export * from "./components/data-table";
export * from "./components/dialog";