feat(structured-list): add condensed, flush props

This commit is contained in:
Eric Y Liu 2021-06-26 08:53:15 -07:00
commit 231416fedf
5 changed files with 130 additions and 0 deletions

View file

@ -14,6 +14,18 @@ export interface StructuredListProps
*/
border?: boolean;
/**
* Set to `true` to use the condensed variant
* @default false
*/
condensed?: boolean;
/**
* Set to `true` to flush the list
* @default false
*/
flush?: boolean;
/**
* Set to `true` to use the selection variant
* @default false