mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
feat(datatable-skeleton): change to size prop
This commit is contained in:
parent
13ca3bb4c6
commit
8d571d2a29
2 changed files with 8 additions and 7 deletions
5
types/index.d.ts
vendored
5
types/index.d.ts
vendored
|
@ -789,10 +789,9 @@ export class DataTableSkeleton extends CarbonSvelteComponent {
|
|||
rows?: number;
|
||||
|
||||
/**
|
||||
* Set to `true` to use the compact variant
|
||||
* @default false
|
||||
* Set the size of the data table
|
||||
*/
|
||||
compact?: boolean;
|
||||
size?: "compact" | "short" | "tall";
|
||||
|
||||
/**
|
||||
* Set to `true` to apply zebra styles to the datatable rows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue