Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

material-ui

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

like image 375
Bhavin Padiya Avatar asked Sep 05 '17 12:09

Bhavin Padiya


1 Answers

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

like image 127
tile Avatar answered Jan 01 '23 00:01

tile