How do you style a office fabric react component?

我的未来我决定 提交于 2019-12-11 07:37:01

问题


I can't figure out how to style the fabric ui component. I just want to change the background of the nav bar to be black with white phone instead of white background and black font. However, this seems to be really difficult with the current component.

There is virtually no documenation on how to style either.

https://dev.office.com/fabric#/components/nav

Thanks, Derek


回答1:


css inline not working?

Example:

style={{backgroundColor:'black', color:'white'}}

Regards.



来源:https://stackoverflow.com/questions/45830187/how-do-you-style-a-office-fabric-react-component

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!