mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
feat(tabs): proof of concept for keyed tabs
This commit is contained in:
parent
e9016a5f8d
commit
43f06f2be3
8 changed files with 466 additions and 3 deletions
1
types/index.d.ts
vendored
1
types/index.d.ts
vendored
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue