Skip to content

Commit de4bd27

Browse files
VanishMaxtangbc
authored andcommitted
Document new property in README
1 parent 1a7ee77 commit de4bd27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ According to the demos above, here are lists of approximate statistics:
220220
| rtag | String | * | Default value is `div`, virtual-list root element tag name, in all cases it's style is set to `display: block;` |
221221
| wtag | String | * | Default value is `div`, virtual-list item wrapper element tag name, in all cases it's style is set to `display: block;` |
222222
| wclass | String | * | Default is no classname, virtual-list item wrapper element class, if assign this prop, you better **not** to change it's [CSS box model](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model). |
223+
| wstyle | Object | * | Default value is `{}`, though you can add your own styles for a child element except `display` and `padding` because they are used by the library |
223224

224225
> Props of scroll mode:
225226

0 commit comments

Comments
 (0)