12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
|
|
<Typography
|
||
|
|
id="basic-list-demo"
|
||
|
|
level="body-xs"
|
||
|
|
sx={{ textTransform: 'uppercase', fontWeight: 'lg' }}
|
||
|
|
>
|
||
|
|
Ingredients
|
||
|
|
</Typography>
|
||
|
|
<List aria-labelledby="basic-list-demo">
|
||
|
|
<ListItem>1 red onion</ListItem>
|
||
|
|
<ListItem>2 red peppers</ListItem>
|
||
|
|
<ListItem>120g bacon</ListItem>
|
||
|
|
</List>
|