From 5138dc1370bcbaa3dfeb35975515922bd66c76d8 Mon Sep 17 00:00:00 2001 From: zanivan Date: Wed, 16 Aug 2023 10:13:02 -0300 Subject: [PATCH 1/2] Updated the playground demo --- docs/data/joy/components/list/ListUsage.js | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/data/joy/components/list/ListUsage.js b/docs/data/joy/components/list/ListUsage.js index 67fd9b4ad454d4..1b2e3afb4fd3d2 100644 --- a/docs/data/joy/components/list/ListUsage.js +++ b/docs/data/joy/components/list/ListUsage.js @@ -4,7 +4,8 @@ import ListItem from '@mui/joy/ListItem'; import ListItemContent from '@mui/joy/ListItemContent'; import ListItemDecorator from '@mui/joy/ListItemDecorator'; import ListItemButton from '@mui/joy/ListItemButton'; -import Home from '@mui/icons-material/Home'; +import HomeRoundedIcon from '@mui/icons-material/HomeRounded'; +import ShoppingCartRoundedIcon from '@mui/icons-material/ShoppingCartRounded'; import KeyboardArrowRight from '@mui/icons-material/KeyboardArrowRight'; import JoyUsageDemo, { prependLinesSpace, @@ -49,16 +50,25 @@ ${prependLinesSpace(code, 3)} `} renderDemo={(props) => ( - + - + Home + + + + + + Orders + + + )} /> From 99aea8a0c2b9c9fcace9e7827aa6f8632dfa0882 Mon Sep 17 00:00:00 2001 From: zanivan Date: Wed, 16 Aug 2023 11:35:48 -0300 Subject: [PATCH 2/2] Remove variant prop from List --- docs/data/joy/components/list/ListUsage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/joy/components/list/ListUsage.js b/docs/data/joy/components/list/ListUsage.js index 1b2e3afb4fd3d2..442bd9b2415124 100644 --- a/docs/data/joy/components/list/ListUsage.js +++ b/docs/data/joy/components/list/ListUsage.js @@ -50,7 +50,7 @@ ${prependLinesSpace(code, 3)} `} renderDemo={(props) => ( - +