My react version is 15.6
How can i use beta of material v1+ ? (core + icons)
And what docs should i use ?
How can i use beta of v1 when react version is 15.x
@DaviGao Use [email protected]: release note.
what docs should i use
There is no live documentation. You can build it from the source.
@oliviertassinari And how can i import icons when i use the beta version. @material-ui/icons works ?
how can i import icons when i use the beta version.
@DaviGao With material-ui-icons.
@oliviertassinari Thank you so much for your reply. It works.