mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 04:13:02 +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
|
@ -3461,6 +3461,8 @@ None.
|
|||
| :-------- | :--------------- | :------- | :------------------- | ------------------ | ---------------------------------------------- |
|
||||
| selected | <code>let</code> | Yes | <code>string</code> | -- | Specify the selected structured list row value |
|
||||
| border | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to use the bordered variant |
|
||||
| condensed | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to use the condensed variant |
|
||||
| flush | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to flush the list |
|
||||
| selection | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to use the selection variant |
|
||||
|
||||
### Slots
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue