happypeter / haoduoshipin

好多视频
http://haoduoshipin.com
235 stars 87 forks source link

material-ui with meteor #383

Closed billie66 closed 9 years ago

billie66 commented 9 years ago

https://github.com/meteor/react-packages/tree/master/examples/material-ui-leaderboard

https://grigio.org/meteor-react-and-material-ui-the-easy-way/

billie66 commented 9 years ago

metarial ui 的所有组件样式都采用 inline-style,相关讨论参考这个 issue

https://github.com/callemall/material-ui/issues/30

billie66 commented 9 years ago

本项目 material-ui 的版本是 v0.10.4,版本太低意味着许多新功能都不能使用,比方说 controlled tabs 组件。

庆幸的是,material-ui 更新速度特麻利,几天就发布一个新版本,目前最新版本是 0.12.3,降低了 react 的版本

Changed react dependency to ~0.13 in package.json (#1836)

这样就可以升级 mui 到最新版本了,下面是一个 mui 的 meteor 安装包:

https://github.com/mrphu3074/react-material-ui

不过,本项目中的 mui 是借助 npm 安装的,参考下面的例子

https://github.com/rkstar/meteor-material-ui-example

billie66 commented 9 years ago

MUI 已经升级到最新版 v0.12.3,controlled tabs 组件可以使用了,目前工作正常

若出现问题,另开 issue 讨论