Skip to content

Commit 5211ef0

Browse files
committed
rename to basic list
1 parent bfd121f commit 5211ef0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/src/pages/components/lists/SimpleList.js renamed to docs/src/pages/components/lists/BasicList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Divider from '@material-ui/core/Divider';
99
import InboxIcon from '@material-ui/icons/Inbox';
1010
import DraftsIcon from '@material-ui/icons/Drafts';
1111

12-
export default function SimpleList() {
12+
export default function BasicList() {
1313
return (
1414
<Box sx={{ width: '100%', maxWidth: 360, bgcolor: 'background.paper' }}>
1515
<nav aria-label="main mailbox folders">

docs/src/pages/components/lists/SimpleList.tsx renamed to docs/src/pages/components/lists/BasicList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Divider from '@material-ui/core/Divider';
99
import InboxIcon from '@material-ui/icons/Inbox';
1010
import DraftsIcon from '@material-ui/icons/Drafts';
1111

12-
export default function SimpleList() {
12+
export default function BasicList() {
1313
return (
1414
<Box sx={{ width: '100%', maxWidth: 360, bgcolor: 'background.paper' }}>
1515
<nav aria-label="main mailbox folders">

docs/src/pages/components/lists/lists.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Lists are a continuous group of text or images. They are composed of items conta
1313

1414
{{"component": "modules/components/ComponentLinkHeader.js"}}
1515

16-
## Simple List
16+
## Basic List
1717

18-
{{"demo": "pages/components/lists/SimpleList.js", "bg": true}}
18+
{{"demo": "pages/components/lists/BasicList.js", "bg": true}}
1919

2020
The last item of the previous demo shows how you can render a link:
2121

0 commit comments

Comments
 (0)