mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
feat(tabs): support "container" type for TabsSkeleton
This commit is contained in:
parent
a63f8911c4
commit
70a3b79ed3
5 changed files with 40 additions and 15 deletions
6
types/Tabs/TabsSkeleton.d.ts
vendored
6
types/Tabs/TabsSkeleton.d.ts
vendored
|
@ -8,6 +8,12 @@ export interface TabsSkeletonProps
|
|||
* @default 4
|
||||
*/
|
||||
count?: number;
|
||||
|
||||
/**
|
||||
* Specify the type of tabs
|
||||
* @default "default"
|
||||
*/
|
||||
type?: "default" | "container";
|
||||
}
|
||||
|
||||
export default class TabsSkeleton extends SvelteComponentTyped<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue