An open API service indexing awesome lists of open source software.

https://github.com/stbui/stbui-react-mobile

玩具项目
https://github.com/stbui/stbui-react-mobile

Last synced: about 1 year ago
JSON representation

玩具项目

Awesome Lists containing this project

README

          

# stbui

移动端 UI 组件库,基于 React。

## Install 安装

使用 npm 安装:

```bash
npm install stbui --save
```

## Usage 使用

#### 全组件引入

```js
import { Button, Cell } from 'stbui';
```

#### 按需加载

```js
import Button from 'stbui/lib/Button';
```