Material-ui: Does material-ui@next support multiple level nested list?

Created on 26 Oct 2017  路  5Comments  路  Source: mui-org/material-ui

I have tried to implement a multiple level nested list, and I couldn't find a way to do it. Does anybody has a solution? Thanks!!!

question

Most helpful comment

I am trying to do same as given in demo
but I am not able to import Collapse
import Collapse from 'material-ui/transitions/Collapse'; //this line is giving error

Please tell what I should do to make nested list.

All 5 comments

I am trying to do same as given in demo
but I am not able to import Collapse
import Collapse from 'material-ui/transitions/Collapse'; //this line is giving error

Please tell what I should do to make nested list.

Getting same error as prachi708 ^

Error thrown: Module not found: Can't resolve 'material-ui/transitions/Collapse'

Seems the transitions folder isn't included in the package by default. Any other way to install?

@Bryanprz Install the v1.0.0-beta version of Material-UI.

Seems to be working now, thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

reflog picture reflog  路  3Comments

sys13 picture sys13  路  3Comments

activatedgeek picture activatedgeek  路  3Comments

TimoRuetten picture TimoRuetten  路  3Comments

pola88 picture pola88  路  3Comments