List layout (#154)

* source layouts

* list layout

Co-authored-by: Aria Moradi <aria.moradi007@gmail.com>
This commit is contained in:
robo
2022-03-07 00:33:15 +03:30
committed by GitHub
co-authored by Aria Moradi
parent 70b84b810f
commit 33c9defdd9
3 changed files with 156 additions and 70 deletions
+10
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"