内容简介:Material UI 4.10.0 发布了。Material UI 是一组实现 Google Material Design 规范的 React 组件,它是一个前端 JS 框架,主要用在 Web 领域。 主要更新内容: 允许 Skeleton(骨架屏)从 children(子代)推断尺...
Material UI 4.10.0 发布了。Material UI 是一组实现 Google Material Design 规范的 React 组件,它是一个前端 JS 框架,主要用在 Web 领域。
主要更新内容:
- 允许 Skeleton(骨架屏)从
children(子代)推断尺寸。在下面的示例中,Skeleton 将采用 avatar 的大小:
<Skeleton><Avatar /></Skeleton>
- 添加标签辅助功能文档部分。可以使用
selectionFollowsFocus道具自定义键盘导航的行为。 - 改进 工具 提示箭头的可定制性,现在可以独立自定义箭头的背景颜色和边框。
- ToggleButton 组件添加垂直支持
- 以及更多 bug 修复和改进
更新说明:https://github.com/mui-org/material-ui/releases/tag/v4.10.0
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Code Complete
Steve McConnell / Microsoft Press / 2004-6-19 / GBP 40.99
在线阅读本书 Widely considered one of the best practical guides to programming, Steve McConnells original CODE COMPLETE has been helping developers write better software for more than a decade. Now......一起来看看 《Code Complete》 这本书的介绍吧!