File tree 3 files changed +4
-4
lines changed
docs/src/pages/components/lists 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import Divider from '@material-ui/core/Divider';
9
9
import InboxIcon from '@material-ui/icons/Inbox' ;
10
10
import DraftsIcon from '@material-ui/icons/Drafts' ;
11
11
12
- export default function SimpleList ( ) {
12
+ export default function BasicList ( ) {
13
13
return (
14
14
< Box sx = { { width : '100%' , maxWidth : 360 , bgcolor : 'background.paper' } } >
15
15
< nav aria-label = "main mailbox folders" >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import Divider from '@material-ui/core/Divider';
9
9
import InboxIcon from '@material-ui/icons/Inbox' ;
10
10
import DraftsIcon from '@material-ui/icons/Drafts' ;
11
11
12
- export default function SimpleList ( ) {
12
+ export default function BasicList ( ) {
13
13
return (
14
14
< Box sx = { { width : '100%' , maxWidth : 360 , bgcolor : 'background.paper' } } >
15
15
< nav aria-label = "main mailbox folders" >
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ Lists are a continuous group of text or images. They are composed of items conta
13
13
14
14
{{"component": "modules/components/ComponentLinkHeader.js"}}
15
15
16
- ## Simple List
16
+ ## Basic List
17
17
18
- {{"demo": "pages/components/lists/SimpleList .js", "bg": true}}
18
+ {{"demo": "pages/components/lists/BasicList .js", "bg": true}}
19
19
20
20
The last item of the previous demo shows how you can render a link:
21
21
You can’t perform that action at this time.
0 commit comments