mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
feat(structured-list): add condensed, flush props
This commit is contained in:
parent
d4e5f73dc6
commit
231416fedf
5 changed files with 130 additions and 0 deletions
12
types/StructuredList/StructuredList.d.ts
vendored
12
types/StructuredList/StructuredList.d.ts
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue