UNPKG
s-wheels-ui
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
UI框架
github.com/Misssusu/wheel
Misssusu/wheel
s-wheels-ui
/
docs
/
README.md
9 lines
(8 loc)
•
193 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
# Wheels UI wheels UI 是一个 UI 框架,提供了常用的 UI 组件。 ### 使用本框架前,请在css中开启
border
-box ```css *,*
::before
,*
::after
{
box-sizing
: border-box } ```