refactor(v4.0.0-alpha): beginning of a new era

This commit is contained in:
Amruth Pillai
2023-11-05 12:31:42 +01:00
parent 0ba6a444e2
commit 22933bd412
505 changed files with 81829 additions and 0 deletions

View File

@ -0,0 +1,36 @@
export * from "./accordion";
export * from "./alert";
export * from "./alert-dialog";
export * from "./aspect-ratio";
export * from "./avatar";
export * from "./badge";
export * from "./badge-input";
export * from "./button";
export * from "./card";
export * from "./checkbox";
export * from "./combobox";
export * from "./command";
export * from "./context-menu";
export * from "./dialog";
export * from "./dropdown-menu";
export * from "./form";
export * from "./hover-card";
export * from "./input";
export * from "./label";
export * from "./popover";
export * from "./portal";
export * from "./resizable-panel";
export * from "./rich-input";
export * from "./scroll-area";
export * from "./select";
export * from "./separator";
export * from "./sheet";
export * from "./shortcut";
export * from "./skeleton";
export * from "./slider";
export * from "./switch";
export * from "./tabs";
export * from "./toast";
export * from "./toggle";
export * from "./toggle-group";
export * from "./tooltip";