Bhavin Padiya
Bhavin Padiya

Reputation: 87

In material-ui version 1.0.0 how to set ../tileData file?

I am using this :- https://material-ui-1dab0.firebaseapp.com/demos/drawers/

but I cant understand how to set ./tileData file which they imported. I think it will array

Can anyone suggest me or post that file

Upvotes: 5

Views: 3226

Answers (1)

tile
tile

Reputation: 154

This is the tileData. You can find it in source code.

https://github.com/mui-org/material-ui/blob/master/docs/src/pages/demos/drawers/tileData.js

This link might help you find it if it moves again:

https://www.google.com/search?q=material-ui+docs+demos+src+drawers+tiledata.js+site%3Agithub.com

Upvotes: 8

Related Questions