GridListTileBar add component prop
See original GitHub issue- This is not a v0.x issue.
- I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior 🤔
GridListTileBar should accept TransitionComponent same as Dialog does
function Transition(props) {
return <Slide direction="up" {...props} />;
}
Current Behavior 😯
GridListTileBar has no animation as seen on https://material-ui.com/demos/grid-list/#grid-list-with-titlebars
Examples 🌈
Gmail

Context 🔦
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
GridListTileBar add component prop #15734 - mui/material-ui
For this file docs\src\pages\components\grid-list\TitlebarGridList.js . I just wrapped GridListTileBar in Slide component and it works.
Read more >GridListTileBar API - Material-UI
The API documentation of the GridListTileBar React component. Learn more about the properties and the CSS customization points.
Read more >How to make the GridList component in React Material-UI ...
I want to make the grid responsive. The GridList component API has cols props, which by default is 2. For example, it could...
Read more >React material UI tutorial 6 : Grid List component - YouTube
source code: https://webdevassist.com/reactjs-materialui/material-ui-gridlist-componentJoin my newsletter (☝️) to get updated on new ...
Read more >Components and Props - React
Components let you split the UI into independent, reusable pieces, and think about each piece in isolation. This page provides an introduction to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I am so sorry for the late response @oliviertassinari but I didn’t understand your comment. About adding a
Component
prop since we can have the transition effect without adding this prop.For this file
docs\src\pages\components\grid-list\TitlebarGridList.js
. I just wrappedGridListTileBar
inSlide
component and it works.Codesandbox https://codesandbox.io/s/material-ui-example-gridlisttitlebar-rstr9
@adeelibr Oh, right, thanks.