mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
feat! DataTable v11 styles
This commit is contained in:
parent
b6df277647
commit
e02eb80e53
13 changed files with 171 additions and 97 deletions
|
@ -21,9 +21,9 @@ export interface DataTableSkeletonProps extends DataTableHeader, RestProps {
|
|||
|
||||
/**
|
||||
* Set the size of the data table
|
||||
* @default undefined
|
||||
* @default "lg"
|
||||
*/
|
||||
size?: "compact" | "short" | "tall";
|
||||
size?: "xs" | "sm" | "md" | "lg" | "xl";
|
||||
|
||||
/**
|
||||
* Set to `true` to apply zebra styles to the datatable rows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue