feat(tabs): proof of concept for keyed tabs

This commit is contained in:
Eric Liu 2020-11-29 15:00:22 -08:00
commit 43f06f2be3
8 changed files with 466 additions and 3 deletions

1
types/index.d.ts vendored
View file

@ -110,6 +110,7 @@ export { default as Tabs } from "./Tabs/Tabs";
export { default as Tab } from "./Tabs/Tab";
export { default as TabContent } from "./Tabs/TabContent";
export { default as TabsSkeleton } from "./Tabs/TabsSkeleton";
export { default as TabsV2 } from "./Tabs/TabsV2";
export { default as TagSkeleton } from "./Tag/TagSkeleton";
export { default as Tag } from "./Tag/Tag";
export { default as TextArea } from "./TextArea/TextArea";