# Wheels UI
wheels UI 是一个 UI 框架，提供了常用的 UI 组件。
### 使用本框架前，请在css中开启 border-box
```css
*,*::before,*::after{
    box-sizing: border-box
}
```
