List layout (#154)

* source layouts

* list layout

Co-authored-by: Aria Moradi <aria.moradi007@gmail.com>
This commit is contained in:
robo
2022-03-06 21:03:15 +00:00
committed by GitHub
parent 70b84b810f
commit 33c9defdd9
3 changed files with 156 additions and 70 deletions

View File

@@ -146,6 +146,16 @@ function dispalyTab(currentTab: number) {
/>
)}
/>
<FormControlLabel
label="list"
control={(
<Radio
name="2"
checked={options.gridLayout === 2}
onChange={setGridContextOptions}
/>
)}
/>
BADGES
<FormControlLabel
label="Unread Badges"