Skip to content

Commit

Permalink
Rename basic demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Aug 22, 2020
1 parent 35b66bd commit cf76776
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const useStyles = makeStyles((theme) => ({
* },
* ];
*/
export default function ImageImageList() {
export default function BasicImageList() {
const classes = useStyles();

return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const useStyles = makeStyles((theme: Theme) =>
* },
* ];
*/
export default function ImageImageList() {
export default function BasicImageList() {
const classes = useStyles();

return (
Expand Down
4 changes: 2 additions & 2 deletions docs/src/pages/components/image-list/image-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ components: ImageList, ImageListTile, ImageListTileBar, ListSubheader, IconButto

[Image lists](https://material.io/design/components/image-lists.html) represent a collection of items in a repeated pattern. They help improve the visual comprehension of the content they hold.

## Image-only image list
## Basic image list

A simple example of a scrollable image `ImageList`.

{{"demo": "pages/components/image-list/ImageImageList.js", "hideEditButton": true}}
{{"demo": "pages/components/image-list/BasicImageList.js", "hideEditButton": true}}

## Image list with titlebars

Expand Down

0 comments on commit cf76776

Please sign in to comment.