One year later, micro-channel publishing WeUI2.0.0, plus a variety of buff body

Tencent recently seen GitHub open source community updated WeUI 2.0.0 (Star has 2.2w +), the previous version was released in June of 18 1.1.3, it has not been updated for nearly a year.

Here Insert Picture Description

What WeUI that?

WeUI is a micro-channel with a consistent visual experience of the native style library foundation, the official micro-channel micro-channel design team to develop customized Web design, the user can make use of a more unified perception. Elements comprising various types of button, cell, dialog, progress, toast, article, actionsheet, icon and the like.

WeUI2.0.0 new features

  • [Enhanced] color specification, standardized font size, alignment of the micro channel spacing specifications new visual style 7.0
  • [Update] button UI enhancements
  • [Enhanced] button to set the default width 184px, pulling back on type need be added classweui-btn_block
  • [Enhance] the new row of buttons UI
  • [Enhanced] UI update icon
  • [Optimization] weui-msg layout changed to flex, and the screen adaptation bangs
  • [Enhanced] weui-msg prompt new area weui-msg__tips-area
  • [Enhanced] weui-msg-free new icons show scene
  • [Enhanced] update weui-search-bar UI
  • [Optimization] weui-tab layout was changed to flex, and the screen adaptation bangs
  • [Enhanced] update weui-dialog UI
  • [Enhanced] update weui-cell UI
  • [Enhanced] update weui-uploader UI
  • [Repair] weui-vcode-btn left border-free high-definition cable deal
  • The spacing between the [repair] no weui-cells__title adjacent weui-cells too
  • [Repair] WeUI example, weui-article, weui-gallery, weui-actionshet, weui-picker and other components bangs screen adaptation issues

use

Method a: install using bower
bower install --save weui
Option two: npm install
npm install --save weui

Develop

git clone https://github.com/weui/weui.git
cd weui
npm install -g gulp
nam install
gulp -ws

Run gulp -ws command, listens change all files in the src directory, and the default port 8080 will start the server, and then open the browser http: // localhost: 8080 / example .

Here Insert Picture Description
https://weui.io

Sweep the direct experience!

Source Download: https://github.com/Tencent/weui/archive/v2.0.0.zip

Follow us

Contributors

More exciting content can focus on "IT real coalition" public congregation No. Oh ~ ~ ~

Guess you like

Origin blog.csdn.net/zhenghhgz/article/details/89949956