feat! DataTable v11 styles

This commit is contained in:
Nicolas Peugnet 2024-08-12 12:11:05 +02:00
commit e02eb80e53
13 changed files with 171 additions and 97 deletions

View file

@ -6,9 +6,9 @@ type RestProps = SvelteHTMLElements["section"];
export interface TableProps extends RestProps {
/**
* Set the size of the table
* @default undefined
* @default "lg"
*/
size?: "compact" | "short" | "medium" | "tall";
size?: "xs" | "sm" | "md" | "lg" | "xl";
/**
* Set to `true` to use zebra styles