Catalogue element
bry-virtual-list
A long list drawn in a window.
Settings
| Setting | Takes | Needed |
|---|---|---|
count | a whole number from 0 to 1000000 | yes |
start | a whole number from 0 to 1000000 | no |
rowSize | sm, md, lg | no |
label | text, at most 200 characters | no |
selectable | true or false | no |
selected | a whole number from 0 to 1000000 | no |
loading | true or false | no |
empty | text, at most 200 characters | no |
Example
JSX
<bry-virtual-list label={"All issues"} count={3} start={0} rowSize={"md"}>
<bry-list-row title={"Crash on save"} />
<bry-list-row title={"Search ignores accents"} />
<bry-list-row title={"Dark mode flickers"} />
</bry-virtual-list>Renderer contact sheet
These paths will hold the checked light and dark captures.

