Skip to content

Commit 8d7fbb0

Browse files
author
TutorLatin
committed
docs(readme): fix broken table\n\nAdded <!-- prettier-ignore --> above the table to prevent Prettier from re-breaking it.
1 parent d20cdfb commit 8d7fbb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,9 @@ Also works pretty well with [`svelte-infinite-loading`](https://github.com/jonas
107107

108108
### Props
109109

110+
<!-- prettier-ignore -->
110111
| Property | Type | Default | Description |
111-
| ----------------- | -------------------------------------------------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
112+
| ----------------- | -------------------------------------------------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
112113
| width | `number \| string` | REQUIRED or `'100%'` | Width of the list view box. When `scrollDirection` is `'horizontal'`, this property is required to be a `number` and determines the number of rendered items. |
113114
| height | `number \| string` | REQUIRED or `'100%'` | Height of the list view box. When `scrollDirection` is `'vertical'`, this property is required to be a `number` and determines the number of rendered items. |
114115
| itemCount | `number` | REQUIRED | The number of items you want to render. |

0 commit comments

Comments
 (0)