tile-list-view example
built in behavior
- CLICK: select an item
- CTRL + CLICK: toggle selection
- SHIFT + CLICK: range selection
- CURSOR Key (Up, Down, Left and Right): move cursor (blue framed item) and select an item
- CTRL + CURSOR: move only cursor point
- SHIFT + CURSOR: move cursor and range selection
- SPACE Key: select an item with cursor point
- CTRL + SPACE: toggle selection with cursor point
- SHIFT + SPACE: range selection with cursor point
implemented behavior via onKeyDown props.
- DELETE or BACKSPACE: delete selected item
- Ctrl + A (Cmd + A) : select all
tile-list-view
tile-list-view-example